Get ACS data about population, income, etc.

get_acs(
  variable,
  geography,
  year = 2019,
  CENSUS_API_KEY = Sys.getenv("CENSUS_API_KEY")
)

Arguments

variable

ACS variable

geography

Geographic unit for the data

year

ACS 5-year vintage (end year)

CENSUS_API_KEY

Census API Key

Value

A tibble