Modify table_header
modify_table_header( x, column, label = NULL, hide = NULL, align = NULL, missing_emdash = NULL, indent = NULL, text_interpret = NULL, bold = NULL, italic = NULL, fmt_fun = NULL, footnote_abbrev = NULL, footnote = NULL, spanning_header = NULL )
x |
gtsummary object |
column |
vector or selector of columns in |
label |
string of column label |
hide |
logical indicating whether to hide column from output |
align |
string indicating alignment of column, must be one of
|
missing_emdash |
string that evaluates to logical identifying rows to
include em-dash for missing values, e.g. |
indent |
string that evaluates to logical identifying rows to indent |
text_interpret |
string, must be one of |
bold |
string that evaluates to logical identifying rows to bold |
italic |
string that evaluates to logical identifying rows to italicize |
fmt_fun |
function that formats the statistics in the column |
footnote_abbrev |
string with abbreviation definition, e.g.
|
footnote |
string with text for column footnote |
spanning_header |
string with text for spanning header |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.