Description Usage Arguments Details Value Author(s) Examples
Construct a new array-type data node
1 |
name |
Name of the node |
children |
List of |
... |
Passed through to |
Construct a new array-type data node from a list of AnalysisPageDataNode
s
AnalysisPageDataNode
Brad Friedman
1 2 3 | html.node <- example(new.datanode.html)$value
simple.node <- example(new.datanode.simple)$value
new.datanode.array(name = "arr", children = list(html.node, simple.node))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.