.table_styling_expr_to_row_number {gtsummary} | R Documentation |
Object Convert Helper
Description
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.
Usage
.table_styling_expr_to_row_number(x)
Arguments
x |
a gtsummary object |
Value
a gtsummary object
Examples
tbl <-
trial %>%
tbl_summary(include = c(age, grade)) %>%
.table_styling_expr_to_row_number()
[Package gtsummary version 2.0.2 Index]