branch_ciiu.Rd
This function allows you to identify activity branches
branch_ciiu(
data = ech::toy_ech_2018,
f72_2 = "f72_2",
group = TRUE,
disaggregated = FALSE
)
data.frame
Variable name of ciiu code rev.4
logical to define 12 or 18 categories, if FALSE code 18. Default: TRUE
logical to define disaggregated branches or not. Default: FALSE
data.frame
Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.
Other employment:
employment_restrictions()
,
employment()
,
underemployment()
# \donttest{
toy_ech_2018 <- branch_ciiu(data = ech::toy_ech_2018)
#> A variable has been created:
#> branch_ciiu (Rama de actividad CIIU)
#> branch_group_ciiu (Rama de actividad CIIU agrupadas)
# }