View source: R/add_blank_row.R
add_blank_row | R Documentation |
Add a blank row below each variable group. A blank row will not be added to the bottom of the table.
NOTE: For HTML flextable output (which includes the RStudio IDE Viewer), the blank rows do not render. But they will appear when the table is rendered to Word.
add_blank_row(x)
x |
( |
updated 'gtsummary' table
gtsummary::trial |>
tbl_demographics(
by = trt,
include = c(age, marker, grade)
) |>
add_blank_row()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.