t1 <- basic_table() %>%
summarize_row_groups("STUDYID",label_fstr = "overall summary") %>%
split_rows_by("AEBODSYS", child_labels = "visible") %>%
summarize_row_groups("STUDYID", label = "subgroup summary") %>%
analyze("AGE", indent_mod = -1L) %>%
build_table(ex_adae)
t1
clear_indent_mods(t1)
Run the code above in your browser using DataLab