.table_styling_expr_to_row_number | R Documentation |
Ahead of a gtsummary object being converted to an output type,
each logical expression saved in x$table_styling
is converted to a
list of row numbers.
.table_styling_expr_to_row_number(x)
x |
a gtsummary object |
a gtsummary object
tbl <- trial %>% tbl_summary(include = c(age, grade)) %>% .table_styling_expr_to_row_number()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.