I am trying to import lots of variables at once using R. I have my variables (a list of URLs which point towards a .csv file download) and have categorised these according to their variable type, location etc.
I have downloaded these individually using the read.csv url function before, but wanted to know if it was possible to read these variables from the table,, import the .csv files
I was able to import 17 variables but got the 'Error in read.table(file = file, header = header, sep = sep, quote = quote, " no lines available in input' error midway through running the process.