lookup_decennial_2010 {totalcensus} | R Documentation |
Lookup data files and table contents of Census 2010
Description
This dataset includes all data fields of data files in census 2010
summary file 1 (with urban/rural update). Fucntion search_tablecontents
searches content in this dataset.
Usage
lookup_decennial_2010
Format
A data.table with 9199 rows and 6 variables:
- file_segment
sequence number of segment data files, from 1 to 48
- table_content
description of columns in a decennial table
- reference
reference of table content, such as "PCT0240019"
- table_number
table number such as "H1", "PCT22G"
- table_name
description of table, which has many table_content
- universe
the universe of the decennial data
Source
2010 Census Summary File 1 technical documentation chapter 6.
[Package totalcensus version 0.6.6 Index]