get_unemployment {epidata} | R Documentation |
Retreive the share of the labor force without a job
Description
Retreive the share of the labor force without a job
Usage
get_unemployment(by = NULL)
Arguments
by |
|
Value
tbl_df
with data filtered by the selected criteria.
Note
See get_unemployment_by_state()
for information on retrieving unemployment by state+race.
References
Economic Policy Institute Data Library
Examples
get_unemployment()
get_unemployment("r")
get_unemployment("grae")
[Package epidata version 0.4.0 Index]