View source: R/tt_showmethods.R
coltree_structure | R Documentation |
Displays the tree structure of the columns of a table or column structure object.
coltree_structure(obj)
obj |
( |
Nothing, called for its side effect of displaying a summary to the terminal.
lyt <- basic_table() %>%
split_cols_by("ARM") %>%
split_cols_by("STRATA1") %>%
split_cols_by("SEX", nested = FALSE) %>%
analyze("AGE")
tbl <- build_table(lyt, ex_adsl)
coltree_structure(tbl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.