employment_restrictions | R Documentation |
This function allows you to identify workers with employment restrictions
employment_restrictions(
data = ech::toy_ech_2018,
f82 = "f82",
underemployment = "underemployment"
)
data |
data.frame |
f82 |
Variable name of contribution to the pension fund |
underemployment |
Variable name of underemployment |
Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.
data.frame
Other employment:
branch_ciiu()
,
employment()
,
underemployment()
toy_ech_2018 <- underemployment(data = ech::toy_ech_2018)
toy_ech_2018 <- employment_restrictions(data = toy_ech_2018)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.