employment.Rd
This function allows you to calculate the variables: PEA, PET, PO, PD
employment(data = ech::toy_ech_2018, pobpcoac = "pobpcoac")
data.frame with microdata
Variable name of definition of population by activity status. Default: "pobpcoac"
data.frame, tbl and tbl_df object
Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.
Other employment:
branch_ciiu()
,
employment_restrictions()
,
underemployment()
# \donttest{
toy_ech_2018 <- employment(data = ech::toy_ech_2018, pobpcoac = "pobpcoac")
#> Variables have been created:
#> pea (Poblacion economicamente activa);
#> pet (Poblacion en edad de trabajar);
#> po (Poblacion ocupada) &
#> pd (Poblacion desocupada)
# }