Economic sectors for muscle work
mw_sectors.Rd
A list containing names of economic sectors for muscle work.
Format
A string list with 12 entries.
- broad_sector_col
The column name "broad_sector", which contains the "Broad sector" sector names used by the ILO.
- agriculture_broad.sector
The string "Agriculture" representing the agriculture sector. One of the ILO's "Broad sectors".
- industry_broad.sector
The string "Industry" representing the industry sector. One of the ILO's "Broad sectors".
- services_broad.sector
The string "Services" representing the services sector. One of the ILO's "Broad sectors".
- transport.sector
The string "Transport" representing the transport sector.
- not_classified_broad.sector
The string "Not classified" representing unclassified labor data. One of the ILO's "Broad sectors".
- non_agriculture_broad.sector
The string "Non-agriculture" representing all sectors outside of agriculture. One of the ILO's "Broad sectors".
- total_sector
The string "Total" representing the entire economy. One of the ILO's "Broad sectors".
- resources_sectors
The string "Resources" representing resource sectors.
- farms
The string "Farms" representing the farming sector.
- food_production
The string "Food production" representing the food production sector.
- feed_production
The string "Feed production" representing the feed production sector.
Examples
mw_sectors
#> $broad_sector_col
#> [1] "broad_sector"
#>
#> $agriculture_broad.sector
#> [1] "Agriculture"
#>
#> $industry_broad.sector
#> [1] "Industry"
#>
#> $services_broad.sector
#> [1] "Services"
#>
#> $transport_sector
#> [1] "Transport"
#>
#> $not_classified_broad.sector
#> [1] "Not classified"
#>
#> $non_agriculture_broad.sector
#> [1] "Non-agriculture"
#>
#> $total_sector
#> [1] "Total"
#>
#> $resources_sector
#> [1] "Resources"
#>
#> $farms
#> [1] "Farms"
#>
#> $food_production
#> [1] "Food production"
#>
#> $feed_production
#> [1] "Feed production"
#>