Learn R Programming

brpop (version 0.3.0)

mun_pop_totals: Municipality yearly population estimates totals

Description

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

Usage

mun_pop_totals()

Arguments

Value

A tibble.

Details

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

mun

municipality 6 digits code

year

year of the estimative

pop

population estimative

See Also

mun_male_pop, mun_female_pop.