Skip to contents

A string list containing the names of relevant ILO sex identifiers.

Usage

hmw_sex_constants

Format

A string list with 8 entries.

ilo_female_name

The string name identifying the female sex in the ILO data.

ilo_male_name

The string name identifying the male sex in the ILO data.

ilo_other_name

The string name identifying the other sex in the ILO data.

ilo_total_name

The string name identifying the total sex in the ILO data.

female_name

The string name identifying the female sex in the CL-PFU database, namely "Female".

male_name

The string name identifying the male sex in the CL-PFU database, namely "Male".

other_name

The string name identifying the other sex in the CL-PFU database, namely "Other".

total_name

The string name identifying the total sex in the CL-PFU database, namely "Total".

Examples

hmw_sex_constants
#> $ilo_female_name
#> [1] "SEX_F"
#> 
#> $ilo_male_name
#> [1] "SEX_M"
#> 
#> $ilo_other_name
#> [1] "SEX_O"
#> 
#> $ilo_total_name
#> [1] "SEX_T"
#> 
#> $female_name
#> [1] "Female"
#> 
#> $male_name
#> [1] "Male"
#> 
#> $other_name
#> [1] "Other"
#> 
#> $total_name
#> [1] "Total"
#>