当我在 RStudio 中键入以下内容时,它工作正常:
nyt1 <- read.csv(url("http://stat.columbia.edu/~rachel/datasets/nyt1.csv"))
但是当我在 R 控制台中输入相同的内容时,我收到了这个错误:
Error in open.connection(file, "rt") : cannot open the connection
In addition: Warning message:
In open.connection(file, "rt") : cannot open: HTTP status was '0 (nil)'
我已经检查并重新检查了一千次,RStudio 和 R 之间的一切似乎都完全相同(相同版本等),那么为什么会出现错误?