Skip to contents

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.

Examples

# \donttest{
nominatim_check_access()
#> [1] TRUE
# }