Load all csv files in one go : R-Code

magine one situation, we have bunch of datasets (probably 100 or more than that) now we have to load them in R for our analysis purpose. So what should be our approach? Will we invest an hour to load one by one, 100 times with read.csv? To make this manual and time consuming task just …

Load all csv files in one go : R-Code Read More »