R/extract_ageb.R
extract_ageb.Rd
This function extract the AGEB of the locality.
extract_ageb(locality, cve_edo)
locality target.
is a string of the state id.
a list with two sf objects: a locality limit and the agebs of locality target
Felipe Antonio Dzul Manzanilla felipe.dzul.m@gmail.com.
x <- rgeomex::extract_ageb(cve_edo = "31", locality = "Merida") mapview::mapview(x$ageb) mapview::mapview(x$locality)