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