Skip to contents

A string vector containing names of Total final consumption Flows in the IEA extended energy balances database.

Usage

tfc_flows

Format

A string vector with 4 entries.

industry

The string identifier for Industry.

transport

The string identifier for Transport.

other

The string identifier for Other.

non_energy_use

The string identifier for Non-energy use.

Examples

tfc_flows
#> $industry
#> [1] "Industry"
#> 
#> $transport
#> [1] "Transport"
#> 
#> $other
#> [1] "Other"
#> 
#> $non_energy_use
#> [1] "Non-energy use"
#>