Learn R Programming

epidata (version 0.4.0)

get_unemployment_by_state: 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.

References

Economic Policy Institute Data Library

Examples

Run this code
# NOT RUN {
get_unemployment_by_state()

get_unemployment_by_state("r")
# }

Run the code above in your browser using DataLab