R/get_race_data.R
bl_download_2010_vars.Rd
Downloads population and voting-age population by race at the block level for the 2010 decennial Census. API key required: https://api.census.gov/data/key_signup.html.
bl_download_2010_vars(state)
state | the two-letter abbreviation of the state to get data for. |
---|
A data frame with the population counts
if (FALSE) { # API key required bl_download_2010_vars("WA") }