list2CSV | R Documentation |
Export List to CSVs
list2CSV( dfList, outputFolder = file.path(getwd(), "outputDatasetsForPowerBi"), overwriteDirectory = FALSE )
dfList |
A named list of data.frames for export |
outputFolder |
The file path to the folder that the CSV's will be exported to. Defaults to |
overwriteDirectory |
Should the directory be deleted and recreated? Defaults to FALSE as this is a dangerous option |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.