gaz_search_by_type | R Documentation |
Retrieve Gazetteer Records by Placetype
gaz_search_by_type(x, ...)
## S3 method for class 'character'
gaz_search_by_type(x, ...)
## S3 method for class 'numeric'
gaz_search_by_type(x, ...)
x |
A place type. Either:
|
... |
Arguments passed on to
|
A data frame with Gazetteer entries
gaz_types()
# This
gaz_search_by_type("EEZ")
# is the same as
gaz_search_by_type(70)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.