R/datasets.R

#' Municipal deaths in Brazil
#'
#' Example municipal mortality data.
#'
#' @format A data frame with 558 rows and 3 variables:
#' \describe{
#'   \item{cod}{IBGE microregion code.}
#'   \item{micro}{Microregion name.}
#'   \item{ndeaths}{Registered deaths.}
#' }
#' @source DATASUS.
"deaths"

#' Municipal Gini index in 2015
#'
#' Example data containing the 2015 municipal Gini index.
#'
#' @format A data frame with 27 rows and 3 variables:
#' \describe{
#'   \item{cod}{IBGE state code.}
#'   \item{uf}{State name.}
#'   \item{gini}{Gini index.}
#' }
#' @source Brazilian Institute of Geography and Statistics (IBGE).
"gini2015"

#' Municipal population estimates in 2017
#'
#' Example data containing 2017 municipal population estimates.
#'
#' @format A data frame with 5,570 rows and 3 variables:
#' \describe{
#'   \item{mun}{IBGE municipality code.}
#'   \item{nome_mun}{Municipality name.}
#'   \item{pop2017}{Estimated 2017 population.}
#' }
#' @source Brazilian Institute of Geography and Statistics (IBGE).
"pop2017"

Try the brazilmaps package in your browser

Any scripts or data that you put into this service are public.

brazilmaps documentation built on Aug. 4, 2026, 5:07 p.m.