Learn R Programming

data.tree (version 0.2.0-3)

NODE_RESERVED_NAMES_CONST: Names that are reserved by the Node class.

Description

These are reserved by the Node class, you cannot use these as attribute names. Note also that all fields starting with a . are reserved.

Usage

NODE_RESERVED_NAMES_CONST

Arguments

Format

 chr [1:37] "AddChild" "AddChildNode" "AddSibling" "AddSiblingNode" ...