Rdocumentation
powered by
Learn R Programming
dataRetrieval (version 2.5.1)
countyCd: US County Code Lookup Table
Description
Data pulled from
http://www2.census.gov/geo/docs/reference/codes/files/national_county.txt
on April 1, 2015.
Arguments
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
Run this code
head(countyCd)
Run the code above in your browser using
DataLab