Learn R Programming

rtables (version 0.5.1)

tt_at_path: Get or set table elements at specified path

Description

Get or set table elements at specified path

Usage

tt_at_path(tt, path, ...)

# S4 method for VTableTree tt_at_path(tt, path, ...)

tt_at_path(tt, path, ...) <- value

# S4 method for VTableTree,ANY,VTableTree tt_at_path(tt, path, ...) <- value

# S4 method for VTableTree,ANY,`NULL` tt_at_path(tt, path, ...) <- value

# S4 method for VTableTree,ANY,TableRow tt_at_path(tt, path, ...) <- value

Arguments

tt

TableTree (or related class). A TableTree object representing a populated table.

path

character. A vector path for a position within the structure of a tabletree. Each element represents a subsequent choice amongst the children of the previous choice.

...

unused.

value

The new value