| .collect_tree_levels | R Documentation |
Traverse the tree and collect per-level data
.collect_tree_levels(
x,
id_col,
child_col,
parent_to,
ancestors_to,
call = caller_env()
)
x |
( |
id_col |
( |
child_col |
( |
parent_to |
( |
ancestors_to |
( |
call |
( |
A named list with elements level_data, out_ptype, level_sizes,
level_parent_ids, and level_ancestors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.