Data originally pulled from https://www2.census.gov/geo/docs/reference/state.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
stateCd data frame.
Name | Type | Description |
STATE | character | FIPS State Code |
STUSAB | character | Official United States Postal Service (USPS) Code |
STATE_NAME | character | State Name |
STATENS | character | Geographic Names Information System Identifier (GNISID) |
Examples
head(stateCd)
#> STATE STATE_NAME STUSAB STATENS
#> 1 00 Unspecified <NA> <NA>
#> 2 01 Alabama AL 01779775
#> 3 02 Alaska AK 01785533
#> 4 04 Arizona AZ 01779777
#> 5 05 Arkansas AR 00068085
#> 6 06 California CA 01779778