Manufacturing flows
manufacturing_flows.Rd
A string vector containing names of Manufacturing
Flow
s in the IEA extended energy balances database.
Format
A string vector with 11 entries.
- iron_and_steel
The string identifying the iron and steel industry.
- chemical_and_petrochemical
The string identifying the chemical and petrochemical industry
- non_ferrous_metals
The string identifying the non-ferrous metals industry
- non_metallic_minerals
The string identifying the non-metallic minerals industry
- transport_equipment
The string identifying the transport equipment industry
- machinery
The string identifying the machinery industry
- food_and_tobacco
The string identifying the food and tobacco industry
- paper_pulp_and_print
The string identifying the paper, pulp, and print industry (in 2018 and earlier releases of the IEA extended energy balance data)
- paper_pulp_and_printing
The string identifying the paper, pulp, and printing industry (in 2019 and later releases of the IEA extended energy balance data)
- wood_and_wood_products
The string identifying the wood and wood products industry
- textile_and_leather
The string identifying the textile and leather industry
Examples
manufacturing_flows
#> $iron_and_steel
#> [1] "Iron and steel"
#>
#> $chemical_and_petrochemical
#> [1] "Chemical and petrochemical"
#>
#> $non_ferrous_metals
#> [1] "Non-ferrous metals"
#>
#> $non_metallic_minerals
#> [1] "Non-metallic minerals"
#>
#> $transport_equipment
#> [1] "Transport equipment"
#>
#> $machinery
#> [1] "Machinery"
#>
#> $food_and_tobacco
#> [1] "Food and tobacco"
#>
#> $paper_pulp_and_print
#> [1] "Paper, pulp and print"
#>
#> $paper_pulp_and_printing
#> [1] "Paper, pulp and printing"
#>
#> $wood_and_wood_products
#> [1] "Wood and wood products"
#>
#> $textile_and_leather
#> [1] "Textile and leather"
#>