View source: R/modify_column_alignment.R
modify_column_alignment | R Documentation |
Update column alignment/justification in a gtsummary table.
modify_column_alignment(x, columns, align = c("left", "right", "center"))
x |
( |
columns |
( |
align |
( |
# Example 1 ----------------------------------
lm(age ~ marker + grade, trial) %>%
tbl_regression() %>%
modify_column_alignment(columns = everything(), align = "left")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.