我想进行 Twitter 搜索,指定位置。我正在使用 rtweet 包。但是,当我为委内瑞拉国家或加拉加斯市打印“lookup_coords”函数时,没有结果。我遵循了以前帖子中的所有建议,但没有任何帮助。我有自己的 Google Api Key 我正在使用 R,Windows 7。
是否有可能自行定义坐标并将其分配给“search_tweets”函数?我怎么知道命名世界上每个城市或国家的正确语法是什么?某处有清单吗?
lookup_coords(address = "Venezuela", components = "country:Venezuela", apikey = "XXXXXXX")
结果是:
$place
[1] "Venezuela"
$box
NULL
$point
NULL
attr(,"class")
[1] "coords" "list"
当我检查 API 时,一切正常:
identical(Sys.getenv("GOOGLE_MAPS_KEY"),rtweet:::find_google_geocode_key())
[1] TRUE