| US_countyCodes {MazamaSpatialUtils} | R Documentation |
Dataframe of US county codes
Description
US_countyCodes The following columns for US states and territories:
stateCode– ISO 3166-2 alpha-2stateFIPS– 2-digit FIPS codecountyName– English language county namecountyFIPS– 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.
[Package MazamaSpatialUtils version 0.8.6 Index]