load_eta_fu_data: Load final-to-useful machine efficiency data

View source: R/templates.R

load_eta_fu_dataR Documentation

Load final-to-useful machine efficiency data

Description

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.

Usage

load_eta_fu_data(
  path = sample_eta_fu_table_path(),
  eta_fu_tab_name = IEATools::fu_analysis_file_info$eta_fu_tab_name
)

Arguments

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 path that contains the final-to-useful machine efficiency data. Default is "FU etas".

Details

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.

Value

the eta_fu_tab_name tab in path as a data frame.

Examples

load_eta_fu_data()

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