insert_row | R Documentation |
Insert a row of data into a table.
insert_row(df, insert_at, contents)
df |
The original data.frame. |
insert_at |
The row in which to insert the data. |
contents |
The row of contents to insert (should be a vector of length
|
The original data.frame with the row of data inserted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.