【发布时间】:2015-01-16 21:08:14
【问题描述】:
作为我闪亮应用程序的一部分,我从ggmap R 包中调用geocode()。
数据经过地理编码并得到结果 - 我可以从尝试在本地运行应用程序的控制台和 shinyapps.io 仪表板上的日志中看到。
地理编码结束后,我收到下一条消息:
.Warning in readLines(connect) :
cannot open: HTTP status was '400 Bad Request'
Error in readLines(connect) : cannot open the connection
有线索吗?
【问题讨论】:
标签: r google-app-engine http shiny ggmap