IEA non-specified flows
non_specified_flows.Rd
A string vector containing non-specified flows in IEA order.
Format
A string list with 7 entries.
- non_specified_transformation
The string identifying non-specified transformation process flows.
- non_specified_energy
The string identifying non-specified energy industry own use.
- non_specified_transport
The string identifying non-specified transport.
- non_specified_industry
The string identifying non-specified industry for 2018 and earlier versions of the IEA's extended energy balance data.
- industry_not_elsewhere_specified
The string identifying non-specified industry flows for 2019 and later versions of the IEA's extended energy balance data.
- non_specified
The string identifying generic non-specified flows.
- transport_not_elsewhere_specified
The string identifying the Transport not elsewhere specified sector. This string replaced
non_specified_transport
in the IEA's 2020 extended energy balances.
Examples
non_specified_flows
#> $non_specified_transformation
#> [1] "Non-specified (transformation)"
#>
#> $non_specified_energy
#> [1] "Non-specified (energy)"
#>
#> $non_specified_transport
#> [1] "Non-specified (transport)"
#>
#> $non_specified_industry
#> [1] "Non-specified (industry)"
#>
#> $industry_not_elsewhere_specified
#> [1] "Industry not elsewhere specified"
#>
#> $non_specified
#> [1] "Non-specified"
#>
#> $non_specified_transport
#> [1] "Transport not elsewhere specified"
#>