Total final consumption comparison flows
tfc_compare_flows.Rd
A string vector containing names of Total final consumption
comparison Flow
s in the IEA extended energy balances database.
Format
A string vector with 7 entries.
- total_primary_energy_supply
The string identifier for Total primary energy supply.
- total_energy_supply
The string identifier for Total energy supply. "Total energy supply" is a re-naming of "Total primary energy supply" beginning with the the 2020 release.
- transfers
The string identifier for Transfers.
- statistical_differences
The string identifier for Statistical differences.
- transformation_processes
The string identifier for Transformation processes.
- energy_industry_own_use
The string identifier for Energy industry own use.
- losses
The string identifier for Losses.
Examples
tfc_compare_flows
#> $total_primary_energy_supply
#> [1] "Total primary energy supply"
#>
#> $total_energy_supply
#> [1] "Total energy supply"
#>
#> $transfers
#> [1] "Transfers"
#>
#> $statistical_differences
#> [1] "Statistical differences"
#>
#> $transformation_processes
#> [1] "Transformation processes"
#>
#> $energy_industry_own_use
#> [1] "Energy industry own use"
#>
#> $losses
#> [1] "Losses"
#>