googleway.distance 的起点/终点对是否有限制?我在几个地方进行了测试并得到了它的工作:
google_distance(origins = c(38.90826, -78.20459), destinations = c(38.899799, -77.02137),
mode = c("driving", "walking", "bicycling", "transit"),
key = api_key)
但是一旦我切换到使用 2 个数据帧作为起点和终点(每个 114 个元素),我得到了这个错误:
Error: lexical error: invalid char in json text.
https://maps.googleapis.com/map
(right here) ------^
但是,该代码适用于每个包含 10 个元素的 2 个数据帧。我可以查询多少对?我总共有大约 300 个出发地/目的地对,我怎样才能快速方便地完成这项工作?