Description Usage Arguments Examples
This function uses write.csv to export one or more dataframes to CSV file(s) on the local drive.
| 1 | xlExportCSV(dfs, file_loc, file_names, suffix = xlTxtDate(), ...)
 | 
| dfs | A list of dataframes to be exported. | 
| file_loc | Single character string for the path to which the files are to be exported. | 
| file_names | Character vector, the file names to be saved. | 
| suffix | A character vector to append to the end of the file names (such as the current date), | 
| ... | passed to  | 
| 1 2 3 4 | ## Not run: 
xlExportCSV(list(df1, df2), './output', c('table1', 'table2'))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.