Retreive the share of the labor force that has been unemployed for six months or longer
get_long_term_unemployment(by = NULL)
NULL
or character string with any combination of g
(Gender),
r
(Race), a
(Age), e
(Education). i.e. if you want to retrieve
unemployment data by gender, race and education, you would set this parameter to "gre
".tbl_df
with data filtered by the selected criteria.
## Not run: ------------------------------------ # get_long_term_unemployment() # # get_long_term_unemployment("r") # # get_long_term_unemployment("grae") ## ---------------------------------------------