node: Construct a 'Node'

Description Usage Arguments

Description

Construct a 'Node'

Usage

1
node(name = "root", parent = NULL, children = NULL, ...)

Arguments

name

Name of the 'Node'

parent

Name of the (lone) parent of the 'Node'

children

Names of any children of the 'Node'

...

Any other fields of data for storing with the 'Node'. Provided as key=value pairs.


russHyde/s3tree documentation built on May 16, 2019, 5:03 a.m.