mun_pop {brpop}R Documentation

Municipality yearly population estimates per age group

Description

This function provides a tibble containing population estimates for Brazilian municipalities per age groups from 2000 to 2021.

Usage

mun_pop()

Format

A tibble with 2,216,016 rows and 4 variables:

mun

municipality 6 digits code

year

year of the estimative

age_group

age group

pop

population estimative

Details

The estimates were calculated by DataSUS (Brazilian Ministry of Health), manually downloaded from DataSUS website, and organized as a tibble.

Value

A tibble.

See Also

mun_male_pop, mun_female_pop.


[Package brpop version 0.3.0 Index]