.download_1980s_pop_data | R Documentation |
Download US Census Bureau annual population estimates for the 1980s for each age group and sex. Note that each population estimate file is a little different and thus must be munged before being combined into the total pop_est dataframe.
.download_1980s_pop_data(raw_folder = "./raw_data", filter_race = TRUE)
raw_folder |
location to store downloaded files |
filter_race |
Subset to white, nhw, black, and total (default: TRUE) |
Dataframe with population counts by age and sex
https://www.census.gov/programs-surveys/popest.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.