I have 200 CSV data files (their name is xxx.csv) in "C:\Data". I want to convert all these csv files to RData files. However, each of them are very large, and I am not able to read all of them together into R.
How can I read these files into R, save them to RData file and then delete them from R environment one by one using a function?