as_treenetdf.list | R Documentation |
treenetdf
Convert a nested list to treenetdf
## S3 method for class 'list'
as_treenetdf(data, children_name = "children", node_name = "name", ...)
data |
a tree network description in one of numerous forms (see details). |
children_name |
character specifying the name used for the list element that contains the childeren elements. |
node_name |
character specifying the name used for the list element that contains the name of the node |
... |
arguments to pass to methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.