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)

Arguments

state

the two-letter abbreviation of the state to get data for.

Value

A data frame with the population counts

Examples

if (FALSE) { # API key required bl_download_2010_vars("WA") }