uf_pop {brpop} | R Documentation |
UF yearly population estimates per age group
Description
This function provides a tibble containing population estimates for Brazilian UFs ("Unidades Federativas") per age groups from 2000 to 2021.
Usage
uf_pop()
Format
A tibble with 10,692 rows and 4 variables:
- uf
UF 2 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
[Package brpop version 0.3.0 Index]