stateCd {dataRetrieval} | R Documentation |
US State Code Lookup Table
Description
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
head(stateCd)
[Package dataRetrieval version 2.7.20 Index]