# NOT RUN {
tbl <- basic_table() %>%
split_cols_by("ARM") %>%
analyze(c("SEX", "AGE")) %>%
build_table(ex_adsl)
tbl
row_paths(tbl)
col_paths(tbl)
cell_values(tbl, c("AGE", "Mean"), c("ARM", "B: Placebo"))
# }
Run the code above in your browser using DataLab