Description Usage Arguments Examples
Collapse to a tree level, recoding descendent values in the tree to the collapsed level.
1 | tct_collapse(x, level, update_levels = TRUE)
|
x |
a |
level |
a level to collapse. |
update_levels |
whether the |
1 2 3 | c("Kyle", "John", "Molly") %>%
tct_tree() %>%
tct_collapse("Kyle")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.