Skip to contents

Generate ACS estimates for multiple tables by multiple counties This is a helper function for the main function get_acs_recs.

Usage

get_acs_county(
  state = "Washington",
  counties = c("King", "Kitsap", "Pierce", "Snohomish"),
  table.names,
  years,
  acs.type
)

Arguments

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'.

Value

a tibble of acs estimates by counties for selected table codes and years with a regional aggregation. Includes detailed variable names.

Author

Craig Helmann