Primary coal products
primary_coal_products.Rd
A string vector containing names of products classified by the IEA as primary coal products.
Format
A string vector with 7 entries.
- hard_coal_if_no_detail
The string identifier for Hard coal (if no detail).
- brown_coal_if_no_detail
The string identifier for Brown coal (if no detail).
- anthracite
The string identifier for Anthracite.
- coking_coal
The string identifier for Coking coal.
- other_bituminous_coal
The string identifier for Other bituminous coal.
- sub_bituminous_coal
The string identifier for Sub-bituminous coal.
- lignite
The string identifier for Lignite.
Examples
primary_coal_products
#> $hard_coal_if_no_detail
#> [1] "Hard coal (if no detail)"
#>
#> $brown_coal_if_no_detail
#> [1] "Brown coal (if no detail)"
#>
#> $anthracite
#> [1] "Anthracite"
#>
#> $coking_coal
#> [1] "Coking coal"
#>
#> $other_bituminous_coal
#> [1] "Other bituminous coal"
#>
#> $sub_bituminous_coal
#> [1] "Sub-bituminous coal"
#>
#> $lignite
#> [1] "Lignite"
#>