Learn R Programming

housingData (version 0.3.0)

fipsCounty: FIPS county data

Description

FIPS county lookup table. Adapted from census.gov https://www.census.gov/geo/reference/codes/cou.html.

Usage

fipsCounty

Arguments

Format

A data frame with 3235 rows and 3 columns.

Variables

  • fips: FIPS county code
  • county: county name
  • state: state abbreviation

Examples

Run this code
head(fipsCounty)

Run the code above in your browser using DataLab