get_labor_force_participation_rate {epidata} | R Documentation |
Retreive the share of the civilian noninstitutional population that is in the labor force
Description
(i.e., working or looking for work)
Usage
get_labor_force_participation_rate(by = NULL)
Arguments
by |
|
Value
tbl_df
with data filtered by the selected criteria.
References
Economic Policy Institute Data Library
Examples
get_labor_force_participation_rate()
get_labor_force_participation_rate("r")
get_labor_force_participation_rate("grae")
[Package epidata version 0.4.0 Index]