Error in if (location == "") return(failedGeocodeReturn(output)) : missing value where TRUE/FALSE needed
Open
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.