
drive_time
and geocode_url
.
It attempts to pull Google Maps data for a complete URL, recording http errors/connection failures
within the status
and error_message
paramaters.
To debug invalid signature requests, refer to the Google Developer documention.
pull_geo_data(urls_out, tmout = 10, messages = TRUE)
TRUE
, displays message from the API call(s). Generally,
this parameter is passed from drive_time
or geocode_url
.urls_out
## Not run:
# # Fetch URLs contained within character vector "togoogle", waiting 20 seconds
# # before triggering a server timeout error.
# output <- pull_geo_data(togoogle, tmout=20)
# ## End(Not run)
Run the code above in your browser using DataLab