header_tag.html

Skip to contents

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

Value

countyCd data frame.

NameTypeDescription
STUSABcharacterState abbreviation
STATEcharactertwo-digit ANSI code
COUNTYcharacterthree-digit county code
COUNTY_NAMEcharacterCounty full name
COUNTY_IDcharacterCounty id

Examples


# \donttest{
# Please migrate to:
countyCd <- read_waterdata_metadata("counties")
#> Remaining requests this hour:2357 

# }