cols_align | R Documentation |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.