insert_empty_rows {tidytlg} | R Documentation |
Inserts empty rows into a data frame
Description
Inserts empty rows into a data frame
Usage
insert_empty_rows(huxme, newrows = huxme$newrows)
Arguments
huxme |
|
Details
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.
Value
A data frame with added new empty rows.
[Package tidytlg version 0.1.5 Index]