Skip to contents

A string list containing named names of columns and tabs for constant phi (exergy-to-energy ratio) tables. Items in the list provide default values for column name arguments throughout the IEATools package.

Usage

phi_constants_names

Format

A string list with 5 entries.

phi_constants_names

The string name of the tab in the Excel file containing the constant phi values table.

product_colname

The string name of the energy product column in the constant phi values table.

phi_colname

The string name of the constant phi value column in the constant phi values table.

is_useful_colname

The string name of the IsUseful column in the constant phi values table.

phi_source_colname

The string name of the PhiSource column in the completed phi values table.

Examples

phi_constants_names
#> $phi_constants_tab_name
#> [1] "phi_constants"
#> 
#> $product_colname
#> [1] "Product"
#> 
#> $phi_colname
#> [1] "phi"
#> 
#> $phi_source_colname
#> [1] "PhiSource"
#> 
#> $is_useful_colname
#> [1] "IsUseful"
#>