fetch_acs: Fetches ACS table data from the Census Bureau API

Description Usage Arguments Value See Also

View source: R/helpers.R

Description

A wrapper around tidycensus::get_acs() which fetches data from the Census Bureau API, adds a column with the year of the data, and removes the unneeded margin of error columns.

Usage

1
fetch_acs(..., quiet = TRUE)

Arguments

...

Parameters passed to tidycensus::get_acs().

quiet

Boolean to suppress status messages.

Value

A data frame with the requested ACS data.

See Also

tidycensus::get_acs()


ucsf-bhhi/coc-data documentation built on Dec. 23, 2021, 1:07 p.m.