print_gtsummary: print and knit_print methods for gtsummary objects
Description
print and knit_print methods for gtsummary objects
Usage
# S3 method for gtsummary
print(x, print_engine = NULL, ...)# S3 method for gtsummary
knit_print(x, ...)
Arguments
- x
An object created using gtsummary functions
- print_engine
String indicating the print method. Must be one of
"gt"
, "kable"
, "kable_extra"
, "flextable"
, "tibble"
- ...
Not used
See Also
tbl_summary tbl_regression tbl_uvregression tbl_merge tbl_stack