# NOT RUN {
lyt <- basic_table() %>%
split_cols_by("ARM") %>%
analyze(c("AGE", "BMRKR2"))
tbl <- build_table(lyt, ex_adsl)
## this just displays it
export_as_txt(tbl, file = NULL)
# }
# NOT RUN {
tf <- tempfile(file.ext = ".txt")
export_as_txt(tt, file = tf)
# }
Run the code above in your browser using DataLab