我试图使用rvest包(从CRAN下载)从网站上抓取某些内容但出现错误:
library(rvest)
html("http://google.com")
结果如下:
函数错误(type,msg,asError = TRUE): 无法解析主机:google.com;主机未找到
我尝试了Sys.setenv(http_proxy =" webproxy:port")或设置./Renviron文件以及我在stackoverflow上找到的一些其他技巧但没有效果。