powered by
Retrieve Gazetteer Records by Source
gaz_search_by_source(x, ...)# S3 method for character gaz_search_by_source(x, ...)# S3 method for numeric gaz_search_by_source(x, ...)
# S3 method for character gaz_search_by_source(x, ...)
# S3 method for numeric gaz_search_by_source(x, ...)
A data frame with Gazetteer entries
source as free text or sourceID as integer
sourceID
Arguments passed on to gaz_rest_records_by_source
gaz_rest_records_by_source
with_geometry
(logical) Add geometries to the result data frame? Default = FALSE
gaz_sources()
# \donttest{ # Check out all sources gaz_sources() # Look up by source name gaz_search_by_source("Gazetteer of Greenland") # Or query by SourceID gaz_search_by_source(386) # }
Run the code above in your browser using DataLab