Learn R Programming

gtsummary (version 1.6.3)

.table_styling_expr_to_row_number: 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)

Value

a gtsummary object

Arguments

x

a gtsummary object

Examples

Run this code
tbl <-
  trial %>%
  tbl_summary(include = c(age, grade)) %>%
  .table_styling_expr_to_row_number()

Run the code above in your browser using DataLab