Get name of Census file with Sequence and Table Numbers for ACS 5-year summary file data
Source:R/get.lookup.file.name.R
get.lookup.file.name.Rd
Returns name of text file provided by US Census Bureau, such as Sequence_Number_and_Table_Number_Lookup.txt, which provides the sequence numbers (file numbers) and table numbers for data in the American Community Survey (ACS) 5-year summary file.
Usage
get.lookup.file.name(end.year = acsdefaultendyearhere_func())
Value
Returns character element that is name of file such as "Sequence_Number_and_Table_Number_Lookup.txt"
See also
get.acs()
, get.lookup.acs()
, get.url.prefix.lookup.table()
. Also see data(lookup.acs)
.