Nothing
Code
add_blank_rows(tbl_roche_summary(trial, by = trt, statistic = age ~ "{mean}",
include = c(age, grade), nonmissing = "no"), variables = age, row_numbers = c(1,
1))
Condition
Error in `add_blank_rows()`:
! One and only one of the following arguments may be specified: `variables`, `row_numbers`, and `variable_level`
Code
add_blank_rows(gtsummary::as_gtsummary(gtsummary::trial[1:5, 1:2]), variables = everything())
Condition
Error in `add_blank_rows()`:
! The `variables` argument cannot be specified when `x$table_body` does not have a column named "variable".
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.