View source: R/utils-insert-row.R
insert_row | R Documentation |
row_vec
at row row_ind
inInsert a new row made up of the vector row_vec
at row row_ind
in
insert_row(d, row_vec, row_ind, ...)
d |
A data frame |
row_vec |
A vector which has the same number of elements as columns
in |
row_ind |
The row index to insert the new row at. Whatever row was at that index before is pushed down, as are the ones following it |
... |
Arguments passed to |
A data frame with the new row inserted
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.