2
我試圖從本地目錄中的getURL加載HTML頁面:從本地加載一個HTML頁面的getURL R中
library(RCurl)
my_page<-getURL("my_page.html")
,但我得到
Error in function (type, msg, asError = TRUE) :
Could not resolve host: my_page.html
我怎樣才能形容正確的道路?