I used the following line of code in R. I got a 404 Not found. Is there any way to fix it?
read.csv(“https://www.statlearning.com/resources-second-edition/Auto.csv”)
Yes there are a number of ways to download Auto.csv and I have it downloaded. What I want to do is reach out from code and download it.
Thanks!
read.csv(“https://www.statlearning.com/resources-second-edition/Auto.csv”)