get_long_term_unemployment {epidata} | R Documentation |
Retreive the share of the labor force that has been unemployed for six months or longer
Description
Retreive the share of the labor force that has been unemployed for six months or longer
Usage
get_long_term_unemployment(by = NULL)
Arguments
by |
|
Value
tbl_df
with data filtered by the selected criteria.
References
Economic Policy Institute Data Library
Examples
get_long_term_unemployment()
get_long_term_unemployment("r")
get_long_term_unemployment("grae")
[Package epidata version 0.4.0 Index]