employment_restrictions.Rd
This function allows you to identify workers with employment restrictions
employment_restrictions(
data = ech::toy_ech_2018,
f82 = "f82",
underemployment = "underemployment"
)
data.frame
Variable name of contribution to the pension fund
Variable name of underemployment
data.frame
Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.
Other employment:
branch_ciiu()
,
employment()
,
underemployment()
toy_ech_2018 <- underemployment(data = ech::toy_ech_2018)
#> A variable has been created:
#> underemployment (Poblacion subempleada)
toy_ech_2018 <- employment_restrictions(data = toy_ech_2018)
#> A variable has been created:
#> employment_restrictions (restricciones al empleo)