gaz_rest_record_by_mrgid: Get one record for the given MRGID

View source: R/01_gaz_search.R

gaz_rest_record_by_mrgidR 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

gaz_rest, MRGID

Examples


gaz_rest_record_by_mrgid(3293)
gaz_rest_record_by_mrgid(3293, with_geometry = TRUE)
gaz_rest_record_by_mrgid(3293, rdf = TRUE)


lifewatch/mregions2 documentation built on April 17, 2025, 10:40 a.m.