write_xlsx {xlcharts} | R Documentation |
See writexl::write_xlsx
for details.
x |
data frame or named list of data frames that will be sheets in the xlsx |
path |
A function call using the magrittr semantics. |
col_names |
write column names at the top of the file? |
format_headers |
make the col_names in the xlsx centered and bold |
use_zip64 |
use zip64 to enable support for 4GB+ xlsx files. Not all platforms can read this. |
'write_xlsx()' returns the input invisibly.