Transport flows
transport_flows.Rd
A string vector containing names of Transport
Flow
s in the IEA extended energy balances database.
Format
A string vector with 11 entries.
- domestic_navigation
The string identifying the Domestic navigation sector
- world_marine_bunkers
The string identifying the World marine bunkers transport sector
- international_navigation
The string identifying final demand for the World marine bunkers country after specifying IEA data.
- domestic_aviation
The string identifying Domestic aviation
- world_aviation_bunkers
The string identifying the World aviation bunkers transport sector
- international_aviation
The string identifying final demand for the World aviation bunkers country after specifying IEA data.
- road
The string identifying the Road transport sector
- rail
The string identifying the Rail transport sector
- pipeline_transport
The string identifying the Pipeline transport sector
- non_specified_transport
The string identifying the Non-specified transport sector
- 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
transport_flows
#> $domestic_navigation
#> [1] "Domestic navigation"
#>
#> $world_marine_bunkers
#> [1] "World marine bunkers"
#>
#> $international_navigation
#> [1] "International navigation"
#>
#> $domestic_aviation
#> [1] "Domestic aviation"
#>
#> $world_aviation_bunkers
#> [1] "World aviation bunkers"
#>
#> $international_aviation
#> [1] "International aviation"
#>
#> $road
#> [1] "Road"
#>
#> $rail
#> [1] "Rail"
#>
#> $pipeline_transport
#> [1] "Pipeline transport"
#>
#> $non_specified_transport
#> [1] "Non-specified (transport)"
#>
#> $transport_not_elsewhere_specified
#> [1] "Transport not elsewhere specified"
#>