dkahle / dkahle/ggmap

Error in if (location == "") return(failedGeocodeReturn(output)) : missing value where TRUE/FALSE needed

Open
#198 12 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
R
Stars
778
Forks
234
PR merge metrics
No merged PRs in 30d

Description

Well, I can't reproduce this error, but I thought I would post it anyway since it caused me a lot of pain (losing many geocoded coordinates)
Apparently, Google returned something funky - no idea what - that caused the following failure:

AllLatLong <- geocode(Addresses, output="all") # geocode addresses

Source : https://maps.googleapis.com/maps/api/geocode/json?address=3499%20%20%20REEVES%20%2C%20Houston%2C%20TX
Error in if (location == "") return(failedGeocodeReturn(output)) :
missing value where TRUE/FALSE needed

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.