get_census.RdGet Decennial Census data about population, etc.
get_census( variable, geography, year = 2010, CENSUS_API_KEY = Sys.getenv("CENSUS_API_KEY") )
| variable | Census variable |
|---|---|
| geography | Geographic unit for the data |
| year | Census vintage |
| CENSUS_API_KEY | Census API Key |
A tibble of Census data.