0
我正在使用調用Web服務的算法R來查詢數據庫並返回JSON對象。來自JSON的R無法打開連接
url <- paste ('https://example.com?id=1'')
document <- fromJSON (content = url, method = 'C')
在我的機器算法通常工作不好,當我去到服務器並運行,我得到以下錯誤:
Error in file(con, "r") : cannot open the connection
Calls: fromJSON -> fromJSON -> I -> structure -> unique
Execution halted
沒有爲URL的一些問題爲https?
使用你的代碼,我得到的命令錯誤download.file download.file(url,json_file)的錯誤:不支持的URL方案 – perondi