new.datanode.array {AnalysisPageServer}R Documentation

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

Details

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

Value

AnalysisPageDataNode

Author(s)

Brad Friedman

Examples

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

[Package AnalysisPageServer version 1.14.0 Index]