ILO data column names
ilo_cols.Rd
A string list containing a selection of ILO data column names. For data retrieved by the package Rilostat
.
Format
A string list with 6 entries.
- ref_area_col
The string "ref_area".
- sex_ilo_col
The string "Sex".
- working_hours_ilo_col
The string "Working.hours".
- employed_persons_ilo_col
The string "Employed.persons".
- employed_count
The name of the column containing data on the number of observations associated with each
employed_persons_ilo_col
data points group.- hours_count
The name of the column containing data on the number of observations associated with each
working_hours_ilo_col
data points group.
Examples
ilo_cols
#> $ref_area_col
#> [1] "ref_area"
#>
#> $sex_ilo_col
#> [1] "Sex"
#>
#> $yearly_working_hours_ilo_col
#> [1] "Working.hours [hours/year]"
#>
#> $employed_persons_ilo_col
#> [1] "Employed.persons [persons]"
#>
#> $employed_count
#> [1] "Employed.persons.count"
#>
#> $hours_count
#> [1] "Working.hours.count"
#>