addTo: Add child elements to a parent element.
Description
Add child elements to a parent element.
Usage
addTo(parent, ..., row = NA, column = NA)
Arguments
...
One or more child elements.
row
If parent element is a table row and column
indices must be provided to add supplementary results to
cell in the table.
column
If parent element is a table row and column
indices must be provided to add supplementary results to
cell in the table.
Value
Updated parent element.