Learn R Programming

rtables (version 0.4.0)

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)

# S4 method for VTree tree_children(x)

# S4 method for VTableTree tree_children(x)

# S4 method for VLeaf tree_children(x)

tree_children(x) <- value

# S4 method for VTree tree_children(x) <- value

# S4 method for VTableTree tree_children(x) <- value

Arguments

x

An object with a Tree structure

value

New list of children.

Value

List of direct children of x