name,ShapeMap-method | R Documentation |
Get the ShapeMap name
## S4 method for signature 'ShapeMap'
name(map)
map |
A ShapeMap |
The name of the ShapeMap as a string
mifFile <- system.file(
"extdata", "testdata", "simple",
"simple_interior.mif",
package = "alcyon"
)
sfMap <- st_read(mifFile,
geometry_column = 1L, quiet = TRUE
)
shapeMap <- as(sfMap[, vector()], "ShapeMap")
name(shapeMap)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.