addTo {Nozzle.R1} | R Documentation |
Add child elements to a parent element.
addTo(parent, ..., row = NA, column = NA)
parent |
Parent element. |
... |
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. |
Updated parent element.
Nils Gehlenborg nils@hms.harvard.edu