Secondary coal products
secondary_coal_products.Rd
A string vector containing names of products classified by the IEA as coal_and_coal_products
that are not primary_coal_products
.
Format
A string vector with 9 entries.
- patent_fuel
The string identifier for Patent fuel.
- coke_oven_coke
The string identifier for Coke oven coke.
- gas_coke
The string identifier for Gas coke.
- coal_tar
The string identifier for Coal tar.
- bkb
The string identifier for BKB.
- gas_works_gas
The string identifier for Gas works gas.
- coke_oven_gas
The string identifier for Coke oven gas.
- blast_furnace_gas
The string identifier for Blast furnace gas.
- other_recovered_gases
The string identifier for Other recovered gases.
Examples
secondary_coal_products
#> $patent_fuel
#> [1] "Patent fuel"
#>
#> $coke_oven_coke
#> [1] "Coke oven coke"
#>
#> $gas_coke
#> [1] "Gas coke"
#>
#> $coal_tar
#> [1] "Coal tar"
#>
#> $bkb
#> [1] "BKB"
#>
#> $gas_works_gas
#> [1] "Gas works gas"
#>
#> $coke_oven_gas
#> [1] "Coke oven gas"
#>
#> $blast_furnace_gas
#> [1] "Blast furnace gas"
#>
#> $other_recovered_gases
#> [1] "Other recovered gases"
#>