save_xlsx | R Documentation |
Used to save xlsx files.
save_xlsx(file, ..., row_names = FALSE, col_names = TRUE, bold = TRUE)
file |
Filename. |
... |
Data frames or matrices, where each data frame will be saved into one sheet. |
row_names |
If TRUE, row names are included in output. |
col_names |
If TRUE, column names are included in output. |
bold |
If TRUE, column names are centered and bold. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.