wunderscraper (version 0.1.0)

zctaRel: Relationships for zip codes

Description

A dataset containing population and land area of zip codes and administrative boundaries

Usage

zctaRel

Arguments

Format

A data frame with 44410 rows and 8 variables:

ZCTA5

zip code

COUNTYFP

3 character string indicating county Federal Information Processing Standard (FIPS) code

STATEFP

2 character string indicating state FIPS code

GEOID

5 character string concatenating STATEFP and COUNTYFP

STPOP

state population

COPOP

county population

ZPOP

zip code population

POPPT

partial zip code population, one value for each county intersecting zip code

Examples

Run this code
# NOT RUN {
data(zctaRel)
summary(zctaRel)
# }

Run the code above in your browser using DataLab