issues
search
ddotta
/
tablexlsx
R package to export data frames from R to xlsx workbook
https://ddotta.github.io/tablexlsx/
Other
16
stars
1
forks
source link
In `toxlsx()` be able to export several data frames in the same sheet
#3
Closed
ddotta
closed
1 year ago
ddotta
commented
1 year ago
To do this :
Modify this loop :
https://github.com/ddotta/tablexlsx/blob/main/R/toxlsx.R#L55
by checking the duplicates on
output[[df]][["sheet"]]
Modify the
StartRow
argument for
add_table()
by adding a condition
https://github.com/ddotta/tablexlsx/blob/main/R/toxlsx.R#L69
To do this :
output[[df]][["sheet"]]
StartRow
argument foradd_table()
by adding a condition https://github.com/ddotta/tablexlsx/blob/main/R/toxlsx.R#L69