nds_download_sf | R Documentation |
nds_download_sf
downloads spatial data in .zip
format and
extracts into a sf
object.
nds_download_sf(url, ...)
url |
Download url. |
... |
Parameters passed to |
A sf
object.
url <- "https://ippuc.org.br/geodownloads/SHAPES_SIRGAS/EIXO_RUA_SIRGAS.zip"
road <- nds_download_sf(url)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.