Description Usage Arguments Details Value Examples
Recursive function to be applied to a tree node, will aggregate a specified *list* from all child nodes, and grandchildren etc
1 | list_up_tree(node, property)
|
node |
data.tree node, for which a specified quantity is aggregated |
property |
name of a property to be aggregated |
Works as a side effect, output does not need to be assigned
a data.tree with <property>_agg as a property
1 | list_up_tree(node = taxonomy_tree, property = "name")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.