get_acs_county | R Documentation |
Generate ACS estimates for multiple tables by multiple counties This is a helper function for the main function get_acs_recs.
get_acs_county(
state = "Washington",
counties = c("King", "Kitsap", "Pierce", "Snohomish"),
table.names,
years,
acs.type
)
state |
A character string state name or abbreviation. Defaults to Washington. |
counties |
A character string or vector of counties. Defaults to PSRC counties. |
table.names |
A character string or vector of Census table codes. |
years |
A numeric value or vector of years. An ACS year equal or greater than 2010 to the latest available year. |
acs.type |
A character string as either 'acs1', 'acs3' or acs5'. |
a tibble of acs estimates by counties for selected table codes and years with a regional aggregation. Includes detailed variable names.
Craig Helmann
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.