powered by
Returns a data frame that uses data from the US Census FIPS code list.
Built-in dataset for use with the bls_map function. To access the data directly, issue the command datacounty_fips).
bls_map
datacounty_fips)
state: State name
state
fips_state: FIPS code for State
fips_state
fips_county: FIPS code for County
fips_county
county: County name
county
type: type
type
county_fips(state, ...)data(county_fips)
data(county_fips)
A tibble from the BLS API.
A data frame with 3235 rows and 5 variables
= A string containing a standard state short abbreviation, i.e. FL, WA, OH, etc.
additional arguments
if (FALSE) { ## Get historical USD values based on a 2010 dollar. values <- county_fips(state = "FL") }
Run the code above in your browser using DataLab