load_phi_constants_table: Read a table of constant phi (exergy-to-energy ratio) values...

View source: R/energy_to_exergy.R

load_phi_constants_tableR Documentation

Read a table of constant phi (exergy-to-energy ratio) values from a file.

Description

Read a table of constant phi (exergy-to-energy ratio) values from a file.

Usage

load_phi_constants_table(
  phi_constants_table_path = sample_phi_constants_path(),
  phi_constants_tab_name = IEATools::phi_constants_names$phi_constants_tab_name,
  product_colname = IEATools::phi_constants_names$product_colname,
  phi_colname = IEATools::phi_constants_names$phi_colname,
  is_useful_colname = IEATools::phi_constants_names$is_useful_colname
)

Arguments

phi_constants_table_path

The path to the Excel file containing a table of constant phi values. Default is the value of sample_phi_constants_path().

phi_constants_tab_name, product_colname, phi_colname, is_useful_colname

See IEATools::phi_constants_names.

Value

A data frame of phi (exergy-to-energy ratio) values.

Examples

load_phi_constants_table()

MatthewHeun/IEATools documentation built on Feb. 6, 2024, 3:29 p.m.