Skip to contents

A string list containing the names of relevant ILO sectors.

Usage

hmw_sector_constants

Format

A string list with 6 entries.

ilo_agr_name

The string name for the agriculture sector in the ILO data.

ilo_ind_name

The string name for the industry sector in the ILO data.

ilo_ser_name

The string name for the services sector in the ILO data.

agr_name

The string name of the agriculture sector in the CL-PFU database, namely "Agriculture".

ind_name

The string name of the industrial sector in the CL-PFU database, namely "Industry".

ser_name

The string name of the services sector in the CL-PFU database, namely "Services".

Examples

hmw_sector_constants
#> $ilo_agr_name
#> [1] "ECO_SECTOR_AGR"
#> 
#> $ilo_ind_name
#> [1] "ECO_SECTOR_IND"
#> 
#> $ilo_ser_name
#> [1] "ECO_SECTOR_SER"
#> 
#> $agr_name
#> [1] "Agriculture"
#> 
#> $ind_name
#> [1] "Industry"
#> 
#> $ser_name
#> [1] "Services"
#>