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")
#> Remaining requests this hour:2264 

# }