extract_blocks: extract_blocks

View source: R/extract_blocks.R

extract_blocksR Documentation

extract_blocks

Description

This function extract the blocks of the locality.

Usage

extract_blocks(locality, cve_edo)

Arguments

locality

locality target.

cve_edo

is a string of the state id.

Value

a list with two sf objects: a locality limit and the blocks of locality target

Author(s)

Felipe Antonio Dzul Manzanilla felipe.dzul.m@gmail.com.

Examples

x <- rgeomex::extract_blocks(cve_edo = "31", locality = "Merida")
mapview::mapview(x$block)
mapview::mapview(x$locality)

fdzul/rgeomex documentation built on July 20, 2024, 7:57 p.m.