I am writting a code in R to read a list of CSV files from 6000 URLs. data <- read.csv(url) If R can not acces a URL, the code execution stops. Anyone knows hot to avoid this error stop in R?
I have been looking for any argument for the read.csv functionm but probably there is a function.