US_countyCodes {MazamaSpatialUtils}R Documentation

Dataframe of US county codes

Description

US_countyCodes The following columns for US states and territories:

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.


[Package MazamaSpatialUtils version 0.8.6 Index]