Retreive the share of the labor force without a job (by state)

get_unemployment_by_state(by = NULL)

Arguments

by
NULL or r for a partition by race.

Value

tbl_df with data filtered by the selected criteria.

Note

See get_unemployment() for other unemployment extracts..

References

http://www.epi.org/data/

Examples

## Not run: ------------------------------------ # get_unemployment_by_state() # # get_unemployment_by_state("r") ## ---------------------------------------------