US_countyCodes: Dataframe of US county codes

US_countyCodesR Documentation

Dataframe of US county codes

Description

US_countyCodes The following columns for US states and territories:

  • stateCode – ISO 3166-2 alpha-2

  • stateFIPS – 2-digit FIPS code

  • countyName – English language county name

  • countyFIPS – five-digit FIPS code (2-digit state and 3-digit county combined to create a unique identifier)

This dataset was generated on 2022-11-04 by running:

library(MazamaSpatialUtils)
setSpatialDataDir("~/Data/Spatial_0.8")
loadSpatialData("USCensusCounties_02")

US_countyCodes <-
  USCensusCounties_02 
  dplyr::select(stateCode, stateFIPS, countyName, countyFIPS)

US_countyCodes$geometry <- NULL

save(US_countyCodes, file = "data/US_countyCodes.rda")

Usage

US_countyCodes

Format

A dataframe with 3197 rows and 4 columns of data.


MazamaSpatialUtils documentation built on Sept. 8, 2023, 5:22 p.m.