View source: R/01_gaz_search.R
gaz_rest_record_by_mrgid | R Documentation |
Get one record for the given MRGID
gaz_rest_record_by_mrgid(mrgid, with_geometry = FALSE, rdf = FALSE)
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? |
A data frame with the Gazetteer entry
gaz_rest, MRGID
gaz_rest_record_by_mrgid(3293)
gaz_rest_record_by_mrgid(3293, with_geometry = TRUE)
gaz_rest_record_by_mrgid(3293, rdf = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.