gaz_rest_record_by_mrgid {mregions2} | R Documentation |
Get one record for the given MRGID
Description
Get one record for the given MRGID
Usage
gaz_rest_record_by_mrgid(mrgid, with_geometry = FALSE, rdf = FALSE)
Arguments
mrgid |
(integer) A valid Marine Regions Gazetteer Identifier (MRGID) |
with_geometry |
(logical) Add geometry to the result data frame? Default = FALSE |
rdf |
(logical) Return an object of class rdflib::rdf? |
Value
A data frame with the Gazetteer entry
See Also
Examples
gaz_rest_record_by_mrgid(3293)
gaz_rest_record_by_mrgid(3293, with_geometry = TRUE)
gaz_rest_record_by_mrgid(3293, rdf = TRUE)
[Package mregions2 version 1.1.2 Index]