psut_cols: Physical Supply-Use Table (PSUT) data frame column names

psut_colsR Documentation

Physical Supply-Use Table (PSUT) data frame column names

Description

A string list containing named names of columns in PSUT data frames. Items in the list provide default values for column name function arguments throughout the Recca package.

Usage

psut_cols

Format

A string list with 25 entries.

resources,R

The name of a column in a wide-by-matrices data frame containing resource (R) matrices.

U_feed

The name of a column in a wide-by-matrices data frame containing use (U) matrices that exclude energy industry own use.

U_eiou

The name of a column in a wide-by-matrices data frame containing use (U) matrices that contain exclusively energy industry own use.

U

The name of a column in a wide data-by-matrices frame containing use (U) matrices that are the sum of U_feed and U_eiou matrices.

r_eiou

The name of a column in a wide-by-matrices data frame containing the ratio of U_eiou and U matrices.

make,V

The name of a column in a wide-by-matrices data frame containing make (V) matrices.

final_demand,Y

The name of a column in a wide-by-matrices data frame containing final demand (Y) matrices.

phi

The name of a column in a wide-by-matrices data frame containing exergy-to-energy-ratio (phi) matrices.

S_units

The name of a column in a wide-by-matrices data frame containing unit summation (S_units) matrices.

Y_fu_details

The name of a column in a wide-by-matrices data frame containing details of the final-to-useful extension for final demand.

U_eiou_fu_details

The name of a column in a wide-by-matrices data frame containing details of the final-to-useful extension for energy industry own use.

matvals

The name of a column in a tidy data frame containing matrices.

matnames

The name of a column in a tidy data frame containing matrix names.

sector

The name of a column in a tidy data frame containing sector names.

country

The name of a column in a tidy data frame containing names of countries.

year

The name of a column in a tidy data frame containing years.

method

The name of a column in a tidy data frame containing the method for accounting for the primary equivalent of renewable electricity.

energy_type

The name of a column in a tidy data frame containing names of energy types.

last_stage

The name of a column in a tidy data frame last stages of the energy conversion chain.

Details

Note that some of the values are repeated, thereby providing synonyms. E.g., both resources and R point to the "R" column name.

Examples

psut_cols

MatthewHeun/Recca documentation built on Feb. 9, 2024, 6:18 p.m.