sf2_2010_fields: SF2 2010 Fields

sf2_2010_fieldsR Documentation

SF2 2010 Fields

Description

SF2 2010 Fields

Usage

sf2_2010_fields

Format

A data frame with 1575 rows and 6 columns:

SEGMENT

Segment associated with the variable.

POSITION

Position of the variable in the file for the given segment.

FIELD

Name of the variable.

PARENT_FIELD

Name of this variable's parent variable.

TABLE

Name of the logical table associated with this variable.

NAME

Description of the variable.

DESCRIPTION

Fully qualified name of the variable based on table hierarchy.

Details

A summary file contains a number of "logical" tables which are partitioned into 11 types of data files; each file type contains a segment of containing the variables of one or more of the logical tables. Variables within a table are defined as a hierarchical structure where each may be contain one or more child variables.

This dataset enumerates the variables contained within each segment, so that the column names can be overlaid onto the data as headers.

This dataset also provides a mapping from each variable to the logical table to which it belongs. An value of HEAD indicates that the variable is part of the header and does not belong to a logical table.

The hierarchical structure of each table may be accessed via the PARENT_FIELD variable. This variable specifies the parent in the hierarchy, or is NA if it at the top level of the hierarchy.

Source

https://www.census.gov/data/datasets/2010/dec/summary-file-2.html


andrewraim/sfreader documentation built on May 21, 2022, 3:39 p.m.