View source: R/03_gaz_sources.R
gaz_search_by_source | R Documentation |
Retrieve Gazetteer Records by Source
gaz_search_by_source(x, ...)
## S3 method for class 'character'
gaz_search_by_source(x, ...)
## S3 method for class 'numeric'
gaz_search_by_source(x, ...)
x |
source as free text or |
... |
Arguments passed on to
|
A data frame with Gazetteer entries
gaz_sources()
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.