new.datanode.simple: new.datanode.simple

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/datanode.R

Description

Construct a new simple-type data node

Usage

1

Arguments

name

Name of the node

value

The value

...

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

Details

Construct a new simple-type data node. A simple data node must have either a NULL value or a "scalar" value, which means length 1 atomic

Value

AnalysisPageDataNode

Author(s)

Brad Friedman

See Also

is.atomic

Examples

1
new.datanode.simple(name = "x", value = 100)

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