header_tag.html

Skip to contents

Classic lookup table for states. Has been replaced in functions with check_waterdata_sample_params("states").

Value

stateCd data frame.

NameTypeDescription
STATEcharacterFIPS State Code
STUSABcharacterOfficial United States Postal Service (USPS) Code
STATE_NAMEcharacterState Name
STATENScharacterGeographic 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 

# }