Nothing
#' 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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.