countyCd {dataRetrieval} | R Documentation |
US County Code Lookup Table
Description
Data originally pulled from https://www2.census.gov/geo/docs/reference/codes/files/national_county.txt on April 1, 2015. On Feb. 11, 2022, the fields were updated with the file found in inst/extdata, which is used internally with NWIS retrievals.
Value
countyCd data frame.
Name | Type | Description |
STUSAB | character | State abbreviation |
STATE | character | two-digit ANSI code |
COUNTY | character | three-digit county code |
COUNTY_NAME | character | County full name |
COUNTY_ID | character | County id |
Examples
head(countyCd)
[Package dataRetrieval version 2.7.16 Index]