employment_restrictions: This function allows you to identify workers with employment...

View source: R/employment.R

employment_restrictionsR Documentation

This function allows you to identify workers with employment restrictions

Description

This function allows you to identify workers with employment restrictions

Usage

employment_restrictions(
  data = ech::toy_ech_2018,
  f82 = "f82",
  underemployment = "underemployment"
)

Arguments

data

data.frame

f82

Variable name of contribution to the pension fund

underemployment

Variable name of underemployment

Details

Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.

Value

data.frame

See Also

Other employment: branch_ciiu(), employment(), underemployment()

Examples

toy_ech_2018 <- underemployment(data = ech::toy_ech_2018)
toy_ech_2018 <- employment_restrictions(data = toy_ech_2018)

calcita/ech documentation built on March 2, 2024, 7:54 a.m.