View source: R/col_style_plan.R
col_style_plan | R Documentation |
Define how the columns of the table body should be aligned, whether left, right or on a specific character(s).
col_style_plan(...)
... |
series of col_style_structure objects |
col_style_plan object
col_style_structure()
for more information on how to specify how to and which columns to align.
plan <- col_style_plan(
col_style_structure(col = "my_var", align = "left", width = 100),
col_style_structure(col = vars(four), align = "right"),
col_style_structure(col = vars(two, three), align = c(".", ",", " "))
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.