View source: R/fetch_acs_data.R
fetch_acs_data | R Documentation |
This function looks for demographic data from ACS. First checks if this data is in working directory. If not, it creates a directory and downloads most recent data.
fetch_acs_data(year, state_filter = NULL)
year |
Year of ACS data desired by user. |
state_filter |
Users may restrict screening to a particular state in the contiguous US. If so, users can specify a state. Default is to conduct screening for the entire contiguous US. |
data.frame of national ACS demographic data at block group resolution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.