addTo | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.