Using R to batch convert sas7bdat files

Viewed 18

I have 34 .sas7bdat files in a single directory and I would like to convert them to csv files using their filename. I can see that Haven package allows me to read sas7bdat but is there a way to read them in batch and also save as csv in batch, using the original file names?

Thank you

0 Answers
Related