clear_indent_mods | R Documentation |
Clear all indent modifiers from a table
clear_indent_mods(tt)
## S4 method for signature 'VTableTree'
clear_indent_mods(tt)
## S4 method for signature 'TableRow'
clear_indent_mods(tt)
tt |
( |
The same class as tt
, with all indent modifiers set to zero.
lyt1 <- basic_table() %>%
summarize_row_groups("STUDYID", label_fstr = "overall summary") %>%
split_rows_by("AEBODSYS", child_labels = "visible") %>%
summarize_row_groups("STUDYID", label_fstr = "subgroup summary") %>%
analyze("AGE", indent_mod = -1L)
tbl1 <- build_table(lyt1, ex_adae)
tbl1
clear_indent_mods(tbl1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.