You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using geocode function, if:
(1) the location parameter is a multiple-element vector,
(2) one of the element will return a bad request,
(3) output parameter is "more"
Then the whole request will fail
The problem is failedGeocodeReturn function returns a named vector instead of a data.frame, this will cause problem when ldply function wants to combine named vectors and data.frames.
Already created a PR to solve this problem:#219
When using geocode function, if:
(1) the location parameter is a multiple-element vector,
(2) one of the element will return a bad request,
(3) output parameter is "more"
Then the whole request will fail
Get the following warning:
The text was updated successfully, but these errors were encountered: