Skip to contents

A string vector containing names of products classified by the IEA as coal_and_coal_products that are not primary_coal_products.

Usage

secondary_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
#> [[1]]
#> [1] "Patent fuel"
#> 
#> [[2]]
#> [1] "Coke oven coke"
#> 
#> [[3]]
#> [1] "Gas coke"
#> 
#> [[4]]
#> [1] "Coal tar"
#> 
#> [[5]]
#> [1] "BKB"
#> 
#> [[6]]
#> [1] "Gas works gas"
#> 
#> [[7]]
#> [1] "Coke oven gas"
#> 
#> [[8]]
#> [1] "Blast furnace gas"
#> 
#> [[9]]
#> [1] "Other recovered gases"
#>