I have a 720 csv files which are 7.4 GB in total (or a 1.5GB zip file, compressed). What's the most efficient way to read the data into R?
From my research, fread
of data.table
seems like the fastest way to do so. However, it's still taking a long time to do so (I'm asking this question with the fread has been running over 40 minutes). Is there a faster way to do it?
(Edit to delete my solution).