Learn R Programming

rtables (version 0.6.12)

tree_children: Retrieve or set the direct children of a tree-style object

Description

Retrieve or set the direct children of a tree-style object

Usage

tree_children(x)

tree_children(x) <- value

Value

A list of direct children of x.

Arguments

x

(TableTree or ElementaryTable)
an object with a tree structure.

value

(list)
new list of children.