Wages by education are the average hourly wages of workers disaggregated by the highest level of education attained. Employment shares provide the distribution of educational attainment for workers of each gender, racial, and ethnic group as a share of total employed for each group.
get_wages_by_education(by = NULL)
NULL
or character string with any combination of g
(Gender) or
r
(Race), i.e. if you want to retrieve
unemployment data by gender and race, you would set this parameter to "gr
".tbl_df
with data filtered by the selected criteria.
## Not run: ------------------------------------ # get_wages_by_education() # # get_wages_by_education("r") # # get_wages_by_education("gr") ## ---------------------------------------------