extract_sectores: extract_sectores

View source: R/extract_sectores.R

extract_sectoresR Documentation

extract_sectores

Description

This function extract the sectores of the locality.

Usage

extract_sectores(locality, cve_edo)

Arguments

locality

locality target.

cve_edo

is a string of the state id.

Value

a list with two sf objects: a boundary of locality and the sectores of locality target

Author(s)

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

Examples

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

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