文件错误(con,“r”):在r中运行fromJSON时无法打开连接

时间:2017-04-29 00:08:23

标签: r shiny

我一直在尝试运行此代码。

url<- paste0("http://api.openweathermap.org/data/2.5/forecast?lat=",
          dataIwant$latitude[i],"&lon=",dataIwant$longitude[i],
            "&cnt=39&appid=")

req <- fromJSON(paste0(url,key))

我一直在尝试运行此代码。网址是有效的。在运行第二个之后,这个错误不断出现

   Error in file(con, "r") : cannot open the connection

任何人都可以帮忙吗?

0 个答案:

没有答案