Skip to contents

A string list containing both the column name and column values for energy conversion chains (ECCs) in PSUT format.

Usage

ieamw_cols

Format

A string list with 4 entries.

ieamw

The name of the column containing metadata on ECC sources. "IEAMW"

iea

A string identifying that ECC data are from the IEA exclusively. "IEA"

mw

A string identifying that ECC data are for muscle work (MW) exclusively. "MW"

both

A string identifying that ECC data include both IEA and muscle work. "Both"

Examples

ieamw_cols
#> $ieamw
#> [1] "IEAMW"
#> 
#> $iea
#> [1] "IEA"
#> 
#> $mw
#> [1] "MW"
#> 
#> $both
#> [1] "Both"
#>