Object created by a function from the gtsummary package
(e.g. tbl_summary or tbl_regression)
include
Commands to include in output. Input may be a vector of
quoted or unquoted names. tidyselect and gtsummary select helper
functions are also accepted.
Default is everything().
col_labels
Logical argument adding column labels to output tibble.
Default is TRUE.
return_calls
Logical. Default is FALSE. If TRUE, the calls are returned
as a list of expressions.
exclude
DEPRECATED
fmt_missing
Logical argument adding the missing value formats.
...
Not used
Author
Daniel D. Sjoberg
See Also
Other gtsummary output types:
as_flex_table(),
as_gt(),
as_hux_table(),
as_kable_extra(),
as_kable()