get_employment_to_population_ratio {epidata} | R Documentation |
Retreive the share of the civilian noninstitutional population that is employed
Description
Retreive the share of the civilian noninstitutional population that is employed
Usage
get_employment_to_population_ratio(by = NULL)
Arguments
by |
|
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")
[Package epidata version 0.4.0 Index]