df_state_unemployment: A data.frame containing US State Unemployment Rates

Description Usage Author(s) References Examples

Description

Contains annualized data from 2000-2013. Data comes from the US Bureau of Labor Statistics (BLS) Local Area Unemployment Statistics (LAUS) webpage: http://www.bls.gov/lau/.

Usage

1

Author(s)

Ari Lamstein

References

Created via build_state_df() on January 4, 2015.

Examples

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

head(df_state_unemployment)
boxplot(df_state_unemployment[, -1],
        main="USA State Unemployment Data",
        xlab="Year", 
        ylab="Percent Unemployment")
        
## Not run: 
state_unemployment_choropleth(year=2013)

## End(Not run)

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