fips_codes | R Documentation |
Built-in dataset for use with the lookup_code
function.
To access the data directly, issue the command data(fips_codes)
.
county
: County name, title-case
county_code
: County code. (3-digit, 0-padded, character)
state
: Upper-case abbreviation of state
state_code
: State FIPS code (2-digit, 0-padded, character)
state_name
: Title-case name of state
data(fips_codes)
A data frame with 3,256 rows and 5 variables
Dataset with FIPS codes for US states and counties
Built-in dataset for use with the lookup_code
function.
To access the data directly, issue the command data(fips_codes)
.
Last updated 2023-05-18
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.