gaz_rest_relations_by_mrgid {mregions2} | R Documentation |
Retrieve Gazetter Relations by MRGID
Description
Retrieve Gazetter Relations by MRGID
Usage
gaz_rest_relations_by_mrgid(
mrgid,
with_geometry = FALSE,
direction = "both",
type = "all"
)
Arguments
mrgid |
(integer) A valid Marine Regions Gazetteer Identifier (MRGID) |
with_geometry |
(logical) Add geometries to the result data frame? Default = FALSE |
direction |
(character) Must be one of upper, lower, both:
|
type |
(character) Must be one of partof, partlypartof, adjacentto, similarto, administrativepartof, influencedby, all. |
Value
A data frame with Gazetteer entries
See Also
List of types (Object Properties), gaz_rest, MRGID
Examples
gaz_rest_relations_by_mrgid(7378)
[Package mregions2 version 1.1.2 Index]