gaz_rest_geometries | R Documentation |
Get the geometries associated with a gazetteer record
gaz_rest_geometries(mrgid, format = "sfc", multipart = TRUE, ...)
mrgid |
(integer) A valid Marine Regions Gazetteer Identifier (MRGID) |
format |
(character) The preferred output format. One of:
Default is "sfc" |
multipart |
(logical) Some Geo-Objects are compound of more than one part.
|
... |
reserved for internal use |
A sfc object (default), a sf data frame, a WKT string or an RDF object
gaz_rest
gaz_rest_geometries(3293)
gaz_rest_geometries(3293, format = "wkt")
gaz_rest_geometries(3293, format = "rdf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.