Description Usage Arguments Value References Examples
View source: R/pull_synth_data.R
A wrapper function to pull multiple base tables from ACS API via
acs.fetch
.
1 | pull_acs_basetables(endyear, span, geography, table_vec)
|
endyear |
An integer, indicating the latest year of the data in the survey. |
span |
An integer in |
geography |
a valid |
table_vec |
A |
A 'macroACS'
class object
https://www.census.gov/programs-surveys/acs/technical-documentation/summary-file-documentation.html
1 2 3 4 5 6 7 8 | ## Not run:
# make geography
la_geo <- acs::geo.make(state= "CA", county= "Los Angeles")
# pull data
la_dat <- pull_acs_basetables(endyear= 2015, span= 1, geography= la_geo,
table_vec= c("B01001", "B01002", "B01003"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.