R
How to import multiple (large) data files in R at once
I had a project where I had to import around 100 different files 30 times (from 30 folders), in order to do that, I used a function called fread from data.
read more