| read_shp | R Documentation |
Read a layer from a shapefile
read_shp(
dsn = ".",
layer = NULL,
crs = NULL,
...,
verbose = getOption("verbose")
)
dsn |
(character) path to folder or ZIP file |
layer |
(character) layer to extract |
crs |
(optional) passed to |
... |
passed to |
verbose |
(logical) |
an sf object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.