Retreive the share of the labor force without a job
get_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.
See get_unemployment_by_state() for information on retrieving unemployment by state+race.
## Not run: ------------------------------------ # get_unemployment() # # get_unemployment("r") # # get_unemployment("grae") ## ---------------------------------------------