View source: R/batch_convert_csv.R
batch_convert_csv | R Documentation |
Convert all csv files in a folder to xlsx and rds files
batch_convert_csv(
folder,
xlsx = TRUE,
rds = TRUE,
move_csv = "",
dec = ".",
sep = ",",
...
)
folder |
Character string with source folder |
xlsx |
If TRUE creates xlsx files. |
rds |
If TRUE creates rds files. |
move_csv |
If not an empty string it names a folder to move csv to after conversion |
dec |
Decimal sign |
sep |
Separator sign |
... |
Further functions for the underlying read.csv. (e.g. |
Writes xlsx and/or rds files into the source folder for each csv file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.