get_startRow_stack | R Documentation |
Get vector of rows to write a stacked (top to bottom) data frame in a single worksheet
get_startRow_stack(ls_df, startRow = 1, gapRow = 0)
ls_df |
A list of data.frame |
startRow |
first row to write of a first data.frame |
gapRow |
empty rows (gap) between each data.frame |
A named numeric vector indicating start rows of each data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.