Skip to contents

A character vector containing the prefixes for electricity and heat outputs.

Usage

elec_heat_output

Format

A character string

electricity_output_prefix

The string prefix for electricity output.

heat_output_prefix

The string prefix for heat output.

output_machine_delimiter

The string delimiter between output energy flow and the machine name.

input_product

The name of the input product column.

output_machine_delimiter

The name of the output product column.

Examples

elec_heat_output
#> $electricity_output_prefix
#> [1] "Electricity output (GWh)-"
#> 
#> $heat_output_prefix
#> [1] "Heat output-"
#> 
#> $output_machine_delimiter
#> [1] "-"
#> 
#> $input_product
#> [1] "InputProduct"
#> 
#> $output_product
#> [1] "OutputProduct"
#>