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".

Usage

nonenergy_products

Format

A string vector with 7 entries.

additives_blending_components

The string identifier for Additives/blending components.

bitumen

The string identifier for Bitumen.

lubricants

The string identifier for Lubricants.

naphtha

The string identifier for Naphtha.

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"
#> 
#> $lubricants
#> [1] "Lubricants"
#> 
#> $naphtha
#> [1] "Naphtha"
#> 
#> $paraffin_waxes
#> [1] "Paraffin waxes"
#> 
#> $refinery_feedstocks
#> [1] "Refinery feedstocks"
#> 
#> $white_spirit_and_sbp
#> [1] "White spirit & SBP"
#>