lookup_acs5year_2016 {totalcensus} | R Documentation |
ACS 5-year 2016 file segment and table lookup data
Description
ACS 5-year 2016 file segment and table lookup data
Usage
lookup_acs5year_2016
Format
A data.table with 22958 rows and 7 variables
- file_segment
sequence number of segment data files, from "0001" to "0122"
- table_content
description of columns in a table
- reference
reference of the table content, such as "B01001_002". The reference is used to extract data of table content.
- restriction
restrictions applied the the table_content
- table_number
table number such as "B01001"
- table_name
description of table. A table has multiple columns (table_content)
- universe
the universe of the data
Source
Check for each year of ACS 1-year and 5-year Sequence Number/Table Number Lookup File.
[Package totalcensus version 0.6.6 Index]