Description Usage Arguments Source Examples
Inserts a new row into a data frame
1 |
data |
a data frame to insert the new row into. |
NewRow |
a vector whose length is the same as the number of columns in
|
RowNum |
numeric indicating which row to insert the new row as. If not
specified then the new row is added to the end using a vanilla
|
The function largely implements: http://stackoverflow.com/a/11562428
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.