R/nominatim_check_access.R
nominatim_check_access.Rd
Check if R has access to resources at https://nominatim.openstreetmap.org.
nominatim_check_access( nominatim_server = "https://nominatim.openstreetmap.org/" )
URL of the Nominatim server to use. Defaults to "https://nominatim.openstreetmap.org/".
"https://nominatim.openstreetmap.org/"
A logical TRUE/FALSE.
TRUE/FALSE
https://nominatim.org/release-docs/latest/api/Status/.
# \donttest{ nominatim_check_access() #> [1] TRUE # }