This release includes :
add_table()
and toxlsx()
now accept a
bygroup
argument that splits the table into groups before
writing to the sheet #23add_table()
and toxlsx()
can now be passed as atomic vectors. If the first argument is a single
data.frame
, the behavior is the same as for a lenght-one
list. If the first argument is a list of data.frame
s, those
arguments are recycled in order to match the length of the list. This
change applies to the arguments tosheet
,
title
, footnoteX
, mergecol
,
bygroup
, groupname
#19toxlsx()
, the
mergecol
argument can now be specified for each data.frame
of the list #21asTable
argument is now set to FALSE in functions
add_table()
and toxlsx()
#24This release includes :
This release includes :
toxlsx()
@importFrom
statements are now grouped in a single
package-tablexlsx
file for easier maintenancetoxlsx()
function to convert data frames to excel
filesadd_table()
function to add data frames in
workbookNEWS.md
file to track changes to the
package.