Skip to contents

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

Usage

get_acs_state(states = "Washington", table.names, years, acs.type)

Arguments

states

A character string of state names or abbreviations. Defaults to Washington.

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 states for selected table codes. Includes detailed variable names.

Author

Craig Helmann