Skip to contents

After forming PSUT matrices, meta information is provided in columns. This list provides the typical names for the meta information columns throughout the IEATools package.

Usage

sut_meta_cols

Format

A string list with 5 entries.

country

The name of a column containing countries.

method

The name of a column containing methods for calculating primary energy equivalent of renewable electricity. See IEATools::methods.

energy_type

The name of a column containing energy types. See IEATools::energy_types.

last_stage

The name of a column containing last stages of energy conversion chain analysis. See IEATools::last_stages.

year

The name of a column containing years in wide data frames.

Examples

sut_meta_cols
#> $country
#> [1] "Country"
#> 
#> $method
#> [1] "Method"
#> 
#> $energy_type
#> [1] "EnergyType"
#> 
#> $last_stage
#> [1] "LastStage"
#> 
#> $year
#> [1] "Year"
#>