R/ufrn_mun_female_pop.R

Defines functions ufrn_mun_female_pop

Documented in ufrn_mun_female_pop

#' Municipality yearly female population estimates per age group, from 2010 to 2030
#'
#' A dataset containing male population estimates for Brazilian municipalities per age groups from 2010 to 2030.
#'
#' The estimates were computed by the LEPP laboratory from the Demography Department/UFRN.
#'
#' \describe{
#'   \item{code_muni}{municipality 6 digits code}
#'   \item{year}{year of the estimative}
#'   \item{age_group}{age group}
#'   \item{pop}{population estimative}
#' }
#'
#' @references FREIRE, F.H.M.A; GONZAGA, M.R; QUEIROZ, B.L. Projeção populacional municipal com estimadores bayesianos, Brasil 2010 - 2030. In: Sawyer, D.O (coord.).  Seguridade Social Municipais. Projeto Brasil 3 Tempos. Secretaria  Especial de Assuntos Estratégicos da Presidência da República (SAE/SG/PR) , United Nations Development Programme, Brazil (UNDP) and International Policy  Centre for Inclusive Growth. Brasília (IPC-IG), 2019.
ufrn_mun_female_pop <- function(){
  path <- zendown::zen_file(deposit_id = zenodo_deposit, file_name = "ufrn_mun_female_pop.rds")
  readRDS(file = path)
}

Try the brpop package in your browser

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

brpop documentation built on Oct. 31, 2024, 1:09 a.m.