Check access to Nominatim API
Check if R has access to resources at https://nominatim.openstreetmap.org.
nominatim_check_access( nominatim_server = "https://nominatim.openstreetmap.org/" )
nominatim_server
: The URL of the Nominatim server to use. Defaults to "https://nominatim.openstreetmap.org/"
.A logical TRUE/FALSE
.
nominatim_check_access()
https://nominatim.org/release-docs/latest/api/Status/.
API Management: api_call()
Useful links