write_xlsx | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.