View source: R/gettablesviaseqnums.R
gettablesviaseqnums | R Documentation |
Helper function to look for which American Community Survey (ACS) tables are in given sequence files as obtained from the US Census FTP site.
gettablesviaseqnums(x, end.year = acsdefaultendyearhere_func())
x |
Required character vector of table IDs such as "B01001" |
end.year |
Optional character variable providing the end year of the 5-year ACS survey, to ensure the proper sequence file to table ID matching is used. |
Returns a character vector of table IDs such as "B01001"
read.concat.states()
which uses this, and get.lookup.acs()
which is used by this
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.