Description Usage Arguments Value Examples
Update xlsx workbook with a dataframe. A new spreadsheet can be created or updated.
1 | update_xlsx(df, file, sheet)
|
df |
The dataframe to be added to the workbook. |
file |
A characater string with the location of the xlsx file. |
sheet |
A characater string with the name of the sheet to be created/updated. |
Boolen value indicating if updating of the file was successful
1 | update_xlsx(df,wb,sheet)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.