Downloads population and voting-age population by race at the block group level for the 2019 5-year American Communities Survey. API key required: https://api.census.gov/data/key_signup.html.

bl_download_acs_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_acs_vars("WA") }