get_unemployment_by_state {epidata}R Documentation

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

Description

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

Usage

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

Economic Policy Institute Data Library

Examples

get_unemployment_by_state()

get_unemployment_by_state("r")

[Package epidata version 0.4.0 Index]