load_eta_fu_data | R Documentation |
When performing extending an energy conversion chain from useful energy to final energy,
efficiencies of final-to-useful energy conversion machines are defined by the analyst.
The Excel file at path
contains those allocations.
load_eta_fu_data(
path = sample_eta_fu_table_path(),
eta_fu_tab_name = IEATools::fu_analysis_file_info$eta_fu_tab_name
)
path |
the path from which final-to-useful machine efficiency data will be loaded. Default is the path to sample efficiency data supplied with this package. |
eta_fu_tab_name |
the tab in |
A final-to-useful machine efficiencies template can be
generated using eta_fu_template()
and write_eta_fu_template()
.
A filled example can be loaded with the default value of path
.
the eta_fu_tab_name
tab in path
as a data frame.
load_eta_fu_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.