gaz_search_by_type {mregions2} | R Documentation |
Retrieve Gazetteer Records by Placetype
Description
Retrieve Gazetteer Records by Placetype
Usage
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, ...)
Arguments
x |
A place type. Either:
|
... |
Arguments passed on to
|
Value
A data frame with Gazetteer entries
See Also
Examples
# This
gaz_search_by_type("EEZ")
# is the same as
gaz_search_by_type(70)
[Package mregions2 version 1.1.2 Index]