Skip to contents

A string vector containing names of Flows that provide memos and aggregations.

Usage

memo_aggregation_flow_prefixes

Format

A string vector with 3 entries.

memo

The string identifier for "Memo: ".

electricity_output_GWh

The string identifier for "Electricity output (GWh)".

heat_output

The string identifier for "Heat output".

Examples

memo_aggregation_flow_prefixes
#> $memo
#> [1] "Memo: "
#> 
#> $electricity_output_GWh
#> [1] "Electricity output (GWh)"
#> 
#> $heat_output
#> [1] "Heat output"
#>