View source: R/energy_to_exergy.R
load_phi_constants_table | R Documentation |
Read a table of constant phi (exergy-to-energy ratio) values from a file.
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
)
phi_constants_table_path |
The path to the Excel file containing a table of constant phi values.
Default is the value of |
phi_constants_tab_name , product_colname , phi_colname , is_useful_colname |
See |
A data frame of phi (exergy-to-energy ratio) values.
load_phi_constants_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.