Learn R Programming

AnalysisPageServer (version 1.6.2)

new.datanode.simple: 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

Value

AnalysisPageDataNode

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

See Also

is.atomic

Examples

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

Run the code above in your browser using DataLab