tbl_split | R Documentation |
experimental
The tbl_split
function splits a single gtsummary table into multiple tables.
Updates to the print method are expected.
tbl_split(x, ...)
## S3 method for class 'gtsummary'
tbl_split(x, variables, ...)
## S3 method for class 'tbl_split'
print(x, ...)
x |
( |
... |
These dots are for future extensions and must be empty. |
variables |
( |
tbl_split
object
tbl <-
tbl_summary(trial) |>
tbl_split(variables = c(marker, grade))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.