Pick a year-specific table from among lookup.acs2022, etc.
Source:R/get.lookup.acs.R
get.lookup.acs.Rd
Pick a year-specific lookup table of information on American Community Survey (ACS) tables, from the Census Bureau, namely which sequence files on the FTP site contain which tables and which variables.
Usage
get.lookup.acs(end.year = acsdefaultendyearhere_func())
See also
get.table.info()
and get.field.info()
.
Also see acs::acs.lookup()
which does something similar but is more flexible & robust.
Also see download.lookup.acs()
to download the file from the Census FTP site.
Also see lookup.acs lookup.acs2022 and similar data for other years.
Also see get.acs()
, get.lookup.file.name()
, get.url.prefix.lookup.table()
tidycensus::load_variables()