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] "EX.p"
#> 
#> $aggregate_final
#> [1] "EX.f"
#> 
#> $aggregate_useful
#> [1] "EX.u"
#> 
#> $net_aggregate_demand
#> [1] "EX.fd_net"
#> 
#> $gross_aggregate_demand
#> [1] "EX.fd_gross"
#>