Secondary oil products
secondary_oil_products.Rd
A string vector containing names of products classified by the IEA as oil_and_oil_products
that are not primary_coal_products
.
Format
A string vector with 18 entries.
- refinery_feedstocks
The string identifier for Refinery feedstocks.
- refinery_gas
The string identifier for Refinery gas.
- ethane
The string identifier for Ethane.
- liquefied_petroleum_gases_lpg
The string identifier for Liquefied petroleum gases (LPG).
- motor_gasoline_excl_biofuels
The string identifier for Motor gasoline excl. biofuels.
- aviation_gasoline
The string identifier for Aviation gasoline.
- gasoline_type_jet_fuel
The string identifier for Gasoline type jet fuel.
- kerosene_type_jet_fuel_excl_biofuels
The string identifier for Kerosene type jet fuel excl. biofuels.
- other_kerosene
The string identifier for Other kerosene.
- gas_diesel_oil_excl_biofuels
The string identifier for Gas/diesel oil excl. biofuels.
- fuel_oil
The string identifier for Fuel oil.
- naptha
The string identifier for Naphtha.
- white_spirit_SBP
The string identifier for White spirit & SBP.
- lubricants
The string identifier for Lubricants.
- bitumen
The string identifier for Bitumen.
- paraffin_waxes
The string identifier for Paraffin waxes.
- petroleum_coke
The string identifier for Petroleum coke.
- other_oil_products
The string identifier for Other oil products.
Examples
secondary_oil_products
#> $refinery_feedstocks
#> [1] "Refinery feedstocks"
#>
#> $refinery_gas
#> [1] "Refinery gas"
#>
#> $ethane
#> [1] "Ethane"
#>
#> $liquefied_petroleum_gases_lpg
#> [1] "Liquefied petroleum gases (LPG)"
#>
#> $motor_gasoline_excl_biofuels
#> [1] "Motor gasoline excl. biofuels"
#>
#> $aviation_gasoline
#> [1] "Aviation gasoline"
#>
#> $gasoline_type_jet_fuel
#> [1] "Gasoline type jet fuel"
#>
#> $kerosene_type_jet_fuel_excl_biofuels
#> [1] "Kerosene type jet fuel excl. biofuels"
#>
#> $other_kerosene
#> [1] "Other kerosene"
#>
#> $gas_diesel_oil_excl_biofuels
#> [1] "Gas/diesel oil excl. biofuels"
#>
#> $fuel_oil
#> [1] "Fuel oil"
#>
#> $naptha
#> [1] "Naphtha"
#>
#> $white_spirit_SBP
#> [1] "White spirit & SBP"
#>
#> $lubricants
#> [1] "Lubricants"
#>
#> $bitumen
#> [1] "Bitumen"
#>
#> $paraffin_waxes
#> [1] "Paraffin waxes"
#>
#> $petroleum_coke
#> [1] "Petroleum coke"
#>
#> $other_oil_products
#> [1] "Other oil products"
#>