batch_convert_csv.Rd
Convert all csv files in a folder to xlsx and rds files
batch_convert_csv(
folder,
xlsx = TRUE,
rds = TRUE,
move_csv = "",
dec = ".",
sep = ",",
...
)
Character string with source folder
If TRUE creates xlsx files.
If TRUE creates rds files.
If not an empty string it names a folder to move csv to after conversion
Decimal sign
Separator sign
Further functions for the underlying read.csv. (e.g. fileEncoding = "WINDOWS-1252"
)
Writes xlsx and/or rds files into the source folder for each csv file.