Employer-provided pension coverage shows the share of workers included in an
employer-provided plan for which the employer paid for at least some of their pension
coverage.
Usage
get_pension_coverage(by = NULL)
Arguments
by
NULL or character string with any combination of g (Gender),
r (Race), e (Education), d (Percentile), l (Entry-level)
i.e. if you want to retrieve pension data by gender and race, you would set this
parameter to "gr".
Value
tbl_df with data filtered by the selected criteria.
data frame
Details
Population sample: Private-sector workers age 18<U+2013>64 & at least 20 hours/week and 26 weeks/year
# NOT RUN {if (not_dos()) get_health_insurance_coverage()
if (not_dos()) get_health_insurance_coverage("r")
if (not_dos()) get_health_insurance_coverage("gr")
# }