Learn R Programming

AnalysisPageServer (version 1.6.2)

new.datanode.array: new.datanode.array

Description

Construct a new array-type data node

Usage

new.datanode.array(name, children, ...)

Arguments

name
Name of the node
children
List of AnalysisPageDataNodes
...
Passed through to new.datanode, in particular label and description

Value

AnalysisPageDataNode

Details

Construct a new array-type data node from a list of AnalysisPageDataNodes

Examples

Run this code
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))

Run the code above in your browser using DataLab