Get or set table elements at specified path
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
TableTree (or related class). A TableTree object representing a populated table.
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.
The new value