Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试测试此代码:
library(XML) library(RCurl) url <- "http://en.wikipedia.org/wiki/List_of_countries_by_population" urldata <- getURL(url)
当我按下回车键时,R 返回:
Failed to connect to en.wikipedia.org port 80: Timed out
我该如何解决这个问题?