我正在尝试在 R 中运行这些行
theurl <- paste("https://www.census.gov/population/international/data/idb/region.php?N=%20Results%20&T=10&A=separate&RT=0&Y=2016&R=-1&C=BR")
tabs <- getURL(theurl, followlocation=TRUE)
之后,我收到以下错误,
函数错误(类型,msg,asError = TRUE):错误:14077410:SSL 例程:SSL23_GET_SERVER_HELLO:sslv3 警报握手失败
这是我第一次看到这个错误,几个月前我运行这两行没有任何错误。旁注,我在 Windows 上运行 R。有人可以帮我解决这个问题吗?
谢谢!