Skip to contents

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

Usage

other_flows

Format

A string vector with 6 entries.

residential

The string identifier for the Residential sector.

commercial_and_public_services

The string identifier for the Commercial and public services sector.

agriculture_forestry

The string identifier for the Agriculture/forestry sector.

fishing

The string identifier for the Fishing sector.

non_specified_other

The string identifier for the Non-specified (other) sector.

final_consumption_not_elsewhere_specified

The string identifier for Final consumption not elsewhere specified sector.

Examples

other_flows
#> $residential
#> [1] "Residential"
#> 
#> $commercial_and_public_services
#> [1] "Commercial and public services"
#> 
#> $agriculture_forestry
#> [1] "Agriculture/forestry"
#> 
#> $fishing
#> [1] "Fishing"
#> 
#> $non_specified_other
#> [1] "Non-specified (other)"
#> 
#> $final_consumption_not_elsewhere_specified
#> [1] "Final consumption not elsewhere specified"
#>