lookup_decennial_2000 {totalcensus} | R Documentation |
Lookup data files and table contents of Census 2000
Description
This dataset includes all data fields of data files in census 2000
summary file 1. Fucntion search_tablecontents
searches content in this dataset.
Usage
lookup_decennial_2000
Format
A data.table with 8321 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
2000 Census Summary File 1 technical documentation chapter 7.
[Package totalcensus version 0.6.6 Index]