nominatim_check_access function

Check access to Nominatim API

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/" )

Arguments

  • nominatim_server: The URL of the Nominatim server to use. Defaults to "https://nominatim.openstreetmap.org/".

Returns

A logical TRUE/FALSE.

Examples

nominatim_check_access()

See Also

https://nominatim.org/release-docs/latest/api/Status/.

API Management: api_call()