Skip to contents

A string vector containing names of products classified as "Non-energy" by the package development team. This list include hydrocarbon-derived materials such as "Lubricants". This list also includes products classified as "Crude, NGL, refinery feedstocks" in the IEA World Extended Energy Balances 2021 documentation such as "Additives/blending components". These non-energy products occur in the "Non-energy use..." sectors of the IEA's extended energy balances correctly, and also TFC sectors such as "Residential" incorrectly.

Usage

nonenergy_products

Format

A string vector with 14 entries.

additives_blending_components

The string identifier for Additives/blending components.

bitumen

The string identifier for Bitumen.

coal_tar

The string identifier for Coal tar.

crude_ngl_feedstocks_if_no_detail

The string identifier for Crude/NGL/feedstocks (if no detail).

crude_oil

The string identifier for Crude oil.

lubricants

The string identifier for Lubricants.

naphtha

The string identifier for Naphtha.

natural_gas_liquids

The string identifier for Natural gas liquids.

oil_shale_and_oil_sands

The string identifier for Oil shale and oil sands.

other_hydrocarbons

The string identifier for Other hydrocarbons.

other_oil_products

The string identifier for Other oil products.

paraffin_waxes

The string identifier for Paraffin waxes.

refinery_feedstocks

The string identifier for Refinery feedstocks.

white_spirit_and_sbp

The string identifier for White spirit & SBP.

Examples

nonenergy_products
#> $additives_blending_components
#> [1] "Additives/blending components"
#> 
#> $bitumen
#> [1] "Bitumen"
#> 
#> $coal_tar
#> [1] "Coal tar"
#> 
#> $crude_ngl_feedstocks_if_no_detail
#> [1] "Crude/NGL/feedstocks (if no detail)"
#> 
#> $crude_oil
#> [1] "Crude oil"
#> 
#> $lubricants
#> [1] "Lubricants"
#> 
#> $naphtha
#> [1] "Naphtha"
#> 
#> $natural_gas_liquids
#> [1] "Natural gas liquids"
#> 
#> $oil_shale_and_oil_sands
#> [1] "Oil shale and oil sands"
#> 
#> $other_hydrocarbons
#> [1] "Other hydrocarbons"
#> 
#> $other_oil_products
#> [1] "Other oil products"
#> 
#> $paraffin_waxes
#> [1] "Paraffin waxes"
#> 
#> $refinery_feedstocks
#> [1] "Refinery feedstocks"
#> 
#> $white_spirit_and_sbp
#> [1] "White spirit & SBP"
#>