writeExcel | R Documentation |
.xlsx
.Create an .xlsx
file with multiple sheets.
writeExcel(df_list, filePath, row.names = FALSE, col.names = TRUE)
df_list |
A named list with |
filePath |
The path to the output file. |
row.names |
Logical: Should row names of the |
col.names |
Logical: Should column names of the |
An existing file is overwritten.
f <- tempfile(fileext = ".xlsx")
writeExcel(mtcars, filePath = f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.