在R中的GoogleWay库中使用Places API时出现next_page_token错误

时间:2019-02-08 07:08:42

标签: r googleway

我正在R中使用带有Googleway Package的Places API提取附近的地方。

最初提供键后,我输入查询并获取值。

have_places <- google_places(location = c(1.4434068, 103.7769701),
                         radius = 500,
                         simplify = FALSE,
                         key = key)

此后,当我设置令牌时,出现以下错误。

> token <- have_places$next_page_token
Error in have_places$next_page_token : 
 $ operator is invalid for atomic vectors

关于出什么问题的任何建议?

我确实搜索了互联网,并在键入以下命令时输入了

  

令牌<-have_places [3]

我可以获取next_page_token,但是带有一些垃圾值。

0 个答案:

没有答案