Skip to contents

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

if (FALSE) {
gaz_rest_record_by_mrgid(3293)
gaz_rest_record_by_mrgid(3293, with_geometry = TRUE)
gaz_rest_record_by_mrgid(3293, rdf = TRUE)
}