justinperline / samegrassbutgreener

0 stars 0 forks source link

Calculate Population Data #5

Open justinperline opened 9 months ago

justinperline commented 9 months ago

Using tidycensus, there are a few basic demographic variables that should be calculated for every place:

Not all of these may be possible via the census or acs records, but these seem like reasonable items.

justinperline commented 8 months ago

Used the American Community Survey Data (5-year) to grab data on the population, median population age, and average household income.

Code: https://github.com/justinperline/samegrassbutgreener/blob/main/code/demographics.R