View source: R/extract_blocks.R
extract_blocks | R Documentation |
This function extract the blocks of the locality.
extract_blocks(locality, cve_edo)
locality |
locality target. |
cve_edo |
is a string of the state id. |
a list with two sf objects: a locality limit and the blocks of locality target
Felipe Antonio Dzul Manzanilla felipe.dzul.m@gmail.com.
x <- rgeomex::extract_blocks(cve_edo = "31", locality = "Merida")
mapview::mapview(x$block)
mapview::mapview(x$locality)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.