df_county_unemployment: A data.frame Containing US County Unemployment Rates

Description Usage Author(s) References Examples

Description

Contains annualized data from 1990-2013. Data comes from the US Bureau of Labor Statistics (BLS) Local Area Unemployment Statistics (LAUS) webpage: http://www.bls.gov/lau/. The "region" column contains the numeric version of the County FIPS Code.

Usage

1

Author(s)

Ari Lamstein

References

Created via build_county_df() on January 4, 2015.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
data(df_county_unemployment)

head(df_county_unemployment)
boxplot(df_county_unemployment[, c(-1, -2, -3)],
        main="USA County Unemployment Data",
        xlab="Year", 
        ylab="Percent Unemployment")
        
## Not run: 
county_unemployment_choropleth(year=2013)

## End(Not run)

rUnemploymentData documentation built on May 2, 2019, 4:19 a.m.