R/read_census_tract_bg.R

Defines functions read_census_tract_bg

Documented in read_census_tract_bg

#' Census tract - setor censitario
#'
#' Function returns the census sectors of the Brazilian
#' Demographic Census for the municipality of Bage
#'
#' @export
#' @family general area functions
#' @examples \dontrun{
#'
#' library(geobage)
#'
#'   c <- read_census_tract_bg()
#'
#' }
read_census_tract_bg <- function(){
  objeto <- geobr::read_census_tract(code_tract = 4301602)
  objeto
}
GeoInformacao/geobage documentation built on July 26, 2022, 2:34 p.m.