Retreive the share of the civilian noninstitutional population that is employed

get_employment_to_population_ratio(by = NULL)

Arguments

by

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".

Value

tbl_df with data filtered by the selected criteria.

data frame

References

Economic Policy Institute Data Library

Examples

if (not_dos()) get_employment_to_population_ratio()

if (not_dos()) get_employment_to_population_ratio("r")

if (not_dos()) get_employment_to_population_ratio("grae")