new.datanode.array: new.datanode.array

Description Usage Arguments Details Value Author(s) Examples

View source: R/datanode.R

Description

Construct a new array-type data node

Usage

1

Arguments

name

Name of the node

children

List of AnalysisPageDataNodes

...

Passed through to new.datanode, in particular label and description

Details

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

Value

AnalysisPageDataNode

Author(s)

Brad Friedman

Examples

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))

AnalysisPageServer documentation built on April 28, 2020, 6:32 p.m.