print_gtsummary {gtsummary} | R Documentation |
print and knit_print methods for gtsummary objects
## S3 method for class 'gtsummary'
print(
x,
print_engine = c("gt", "flextable", "huxtable", "kable", "kable_extra", "tibble"),
...
)
## S3 method for class 'gtsummary'
knit_print(
x,
print_engine = c("gt", "flextable", "huxtable", "kable", "kable_extra", "tibble"),
...
)
pkgdown_print.gtsummary(x, visible = TRUE)
x |
An object created using gtsummary functions |
print_engine |
String indicating the print method. Must be one of
|
... |
Not used |
Daniel D. Sjoberg