branch_ciiu {ech}R Documentation

This function allows you to identify activity branches

Description

This function allows you to identify activity branches

Usage

branch_ciiu(
  data = ech::toy_ech_2018,
  f72_2 = "f72_2",
  group = TRUE,
  disaggregated = FALSE
)

Arguments

data

data.frame

f72_2

Variable name of ciiu code rev.4

group

logical to define 12 or 18 categories, if FALSE code 18. Default: TRUE

disaggregated

logical to define disaggregated branches or not. Default: FALSE

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: employment_restrictions(), employment(), underemployment()

Examples


toy_ech_2018 <- branch_ciiu(data = ech::toy_ech_2018)


[Package ech version 0.1.3 Index]