county_fips | R Documentation |
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)
.
state
: State name
fips_state
: FIPS code for State
fips_county
: FIPS code for County
county
: County name
type
: type
county_fips(state, ...)
data(county_fips)
state |
= A string containing a standard state short abbreviation, i.e. FL, WA, OH, etc. |
... |
additional arguments |
A data frame with 3235 rows and 5 variables
A tibble from the BLS API.
Last updated 2024-03-13
## Not run:
## Get historical USD values based on a 2010 dollar.
values <- county_fips(state = "FL")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.