Description Usage Arguments Value
Writes data to an xlsx file. If more than one dataset is specified, multiple sheets in the output xlsx file are created.
1 | write_xlsx(datasets, file_name, sheet_names = NULL)
|
datasets |
A list of datasets to be written to a .xlsx file |
file_name |
Name and path of output file. |
sheet_names |
Names of .xlsx sheets |
NULL
This function will create a .xlsx file with multiple sheets based on a list
of datasets specified by datasets
. The names of the sheets may
be specified using sheet_names
. Otherwise, the names contained in the
list of datasets will be used to name the sheets.
This function requires installlation of the xlsx
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.