Classic lookup table for states. Has been replaced in functions with
check_waterdata_sample_params("states").
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
# \donttest{
# Please migrate to:
stateCd <- read_waterdata_metadata("states")
#> Requesting:
#> https://api.waterdata.usgs.gov/ogcapi/v0/collections/states/items?f=json&lang=en-US&skipGeometry=TRUE&limit=50000
#> Remaining requests this hour:2516
# }
