Description Usage Arguments Value Examples
create a tree with assigned name, children and fields
1 | create_nodes(tree_name, add_children_count, ...)
|
tree_name |
assign name of tree |
add_children_count |
assign number of chidren to this tree |
... |
parameters that will be passed as fields of this tree |
a tree with assigned name, children and fields
1 | create_nodes(tree_name = "tree1", add_children_count = 3, class = c("A", "B", "C"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.