Skip to contents

A string vector containing names of Non-energy Flows in the IEA extended energy balances database.

Usage

non_energy_flows

Format

A string vector with 3 entries.

non_energy_use_industry_transformation_energy

The string identifier for the Non-energy use industry/transformation/energy sector.

memo_non_energy_use_industry

The string identifier for the Non-energy use industry/transformation/energy sector. This is an aggregation for other "Memo: Non-energy use in ..." flows.

non_energy_use_in_transport

The string identifier for the Non-energy use in transport sector.

non_energy_use_in_other

The string identifier for the Non energy use in other sector.

Examples

non_energy_flows
#> $non_energy_use_industry_transformation_energy
#> [1] "Non-energy use industry/transformation/energy"
#> 
#> $non_energy_use_in_transport
#> [1] "Non-energy use in transport"
#> 
#> $non_energy_use_in_other
#> [1] "Non-energy use in other"
#>