Skip to contents

A string vector containing a limited set of names of Total primary energy supply Flows in the IEA extended energy balances database. Used for calculating domestic primary energy consumption using Recca::primary_aggregates()

Usage

prim_agg_flows

Format

A string vector with 3 entries.

resources

The string identifier for Resource flows.

imports

The string identifier for Import flows.

stock_changes

The string identifier for Stock changes flows.

Examples

prim_agg_flows
#> $resources
#> [1] "Resources"
#> 
#> $imports
#> [1] "Imports"
#> 
#> $stock_changes
#> [1] "Stock changes"
#>