Skip to contents

A string vector containing names of aggregation columns.

Usage

aggregate_cols

Format

A string vector with 5 entries.

aggregate_primary

The name of the column containing aggregated primary energy.

aggregate_final

The name of the column containing aggregated final energy, regardless of net or gross status.

aggregate_useful

The name of the column containing aggregated useful energy, regardless of net or gross status.

net_aggregate_demand

The name of the column containing aggregated net final demand energy.

gross_aggregate_demand

The name of the column containing aggregated gross final demand energy.

Examples

aggregate_cols
#> $aggregate_primary
#> [1] "EXp"
#> 
#> $aggregate_final
#> [1] "EXf"
#> 
#> $aggregate_useful
#> [1] "EXu"
#> 
#> $net_aggregate_demand
#> [1] "EXfdnet"
#> 
#> $gross_aggregate_demand
#> [1] "EXfdgross"
#>