View source: R/insert_empty_rows.R
insert_empty_rows | R Documentation |
Inserts empty rows into a data frame
insert_empty_rows(huxme, newrows = huxme$newrows)
huxme |
|
gentlg
allows for formatting the input table based on formatting columns
(see gentlg()
). One of the formatting mechanisms is empty row insertion. This
function inserts the empty rows based on the newrows
column in the data
frame. The new rows are inserted before the rows with value 1
in the
newrows
column.
A data frame with added new empty rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.