get_acs_place: ACS Estimates by Place

get_acs_placeR Documentation

ACS Estimates by Place

Description

Generate ACS estimates for multiple tables by multiple places

Usage

get_acs_place(
  state = "Washington",
  table.names,
  years,
  acs.type,
  place_FIPS = NULL
)

Arguments

state

A character string state name or abbreviation. 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'.

place_FIPS

Character string of FIPS codes (with state prefix) for specific Census Places. If NULL, Places within the PSRC Region will be returned.

Value

a tibble of acs estimates by Place for selected table codes and years. Includes detailed variable names.

Author(s)

Craig Helmann


psrc/psrccensus documentation built on June 1, 2025, 1:06 p.m.