new.datanode.simple {AnalysisPageServer}R Documentation

new.datanode.simple

Description

Construct a new simple-type data node

Usage

new.datanode.simple(name, value, ...)

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

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

[Package AnalysisPageServer version 1.20.0 Index]