tree_children {rtables} | R Documentation |
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
Arguments
x |
(TableTree or ElementaryTable ) an object with a tree structure.
|
value |
(list ) new list of children.
|
Value
A list of direct children of x
.
[Package
rtables version 0.6.10
Index]