Description Usage Arguments Value Examples
Exporting one or multiple tables into a .xlsx file. If there are multiple tables, each one will be stored in the same file in different sheets.
1 2 3 4 5 6 7 8 9 |
data |
data frame or list of data frames |
sheetnames |
character vector used to name each file sheet |
filename |
character to name the exported file |
path |
path where to store the file inside the working directory |
keepNA |
logical, indicating if missing values should be displayed or not. If TRUE, are displayed. Default set to FALSE. Note: if keepNA = TRUE, and the column is numeric, it would turn into character. |
colnames |
logical, indicating if column names should be in the output. If true, column names are in the first row. Default set to TRUE. |
rownames |
logical, indicating if row names should be in the output. If true, row names are in the first column. Default set to TRUE. |
.xlsx file exported in the indicated path.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.