1
library(quantmod)
getSymbols("AAPL")
我得到:
Error in curl::curl_download(cu, tmp, handle = h) :
Couldn't connect to server
我sessionInfo
:
> sessionInfo()
R version 3.4.1 (2017-06-30)
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] quantmod_0.4-10 TTR_0.23-1 xts_0.9-7 zoo_1.8-0
loaded via a namespace (and not attached):
[1] compiler_3.4.1 tools_3.4.1 curl_2.7 grid_3.4.1 lattice_0.20-35
>
任何想法?
嘗試重新運行它幾次 – AK88
我試圖重新運行它幾次,仍然得到相同的答案...任何建議? – user8258891
錯誤提示'curl'無法連接到互聯網。運行這個命令並編輯它的輸出到你的問題中:'w < - curl :: curl_fetch_memory(「https://finance.yahoo.com」,curl :: new_handle(verbose = TRUE))''。 –