在公司,下述代码可以运行
library(xml2) # read_html
# 抓取维基百科页面数据
us_states <- read_html("https://en.wikipedia.org/wiki/List_of_states_and_territories_of_the_United_States_by_population_density")
回到家,就会报错
Error in open.connection(x, "rb") :
Timeout was reached: [en.wikipedia.org] Connection timed out after 10001 milliseconds
我想是网络环境的问题,疑惑的是在家(挂了代理后)和在公司都能打开这个维基百科页面,为什么下载不了?