fipsCounty {housingData} | R Documentation |
FIPS county data
Description
FIPS county lookup table. Adapted from census.gov https://www.census.gov/geo/reference/codes/cou.html.
Usage
fipsCounty
Format
A data frame with 3235 rows and 3 columns.
Variables
-
fips
: FIPS county code -
county
: county name -
state
: state abbreviation
Examples
head(fipsCounty)
[Package housingData version 0.3.0 Index]