View source: R/widget_treant.R
node | R Documentation |
Helper function for defining tree structure, helps to create trees/nodes with less code
node(name, desc, children = NULL, ...)
name |
the name of the node |
desc |
the description of the node |
children |
a list of children nodes |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.