cols_align.Rd
Set table column alignment
cols_align( .default = "l", ..., .r = NULL, .c = NULL, .l = NULL, .coltype = "p", .outer = c("none", "l", "r", "lr"), .complete = NULL ) cols_center(...) cols_left(...) cols_right(...)
.default | the default column alignment |
---|---|
... | exceptions to use from |
.r | column names as character vector or comma separated string
to align right; for example: |
.c | column names as character vector or comma separated string
to center; ; for example: |
.l | column names as character vector or comma separated string
to align left; ; for example: |
.coltype | should be p, m, or b |
.outer | force the left-most column to the left ( |
.complete | not used |