fips_codes: Dataset with FIPS codes for US states and counties
Description
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-casecounty_code
: County code. (3-digit, 0-padded, character)state
: Upper-case abbreviation of statestate_code
: State FIPS code (2-digit, 0-padded, character)state_name
: Title-case name of state
format
A data frame with 3,236 rows and 5 variablesDetails
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 datafips_codes)
.