get_acs_place | R Documentation |
Generate ACS estimates for multiple tables by multiple places
get_acs_place(
state = "Washington",
table.names,
years,
acs.type,
place_FIPS = NULL
)
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. |
a tibble of acs estimates by Place for selected table codes and years. Includes detailed variable names.
Craig Helmann
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.