gaz_search_by_type {mregions2} | 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
# This
gaz_search_by_type("EEZ")
# is the same as
gaz_search_by_type(70)