nominatim_check_access {nominatimlite}R Documentation

Check access to Nominatim API

Description

Check if R has access to resources at https://nominatim.openstreetmap.org.

Usage

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

Value

A logical TRUE/FALSE.

See Also

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

API Management: api_call()

Examples


nominatim_check_access()


[Package nominatimlite version 0.4.2 Index]