Get all file paths to machine efficiency files
get_eta_filepaths.Rd
The machine efficiency files contain a FIN_ETA sheet that stores all efficiencies..
Usage
get_eta_filepaths(
filepath,
efficiency_tab_name = PFUWorkflow::machine_constants$efficiency_tab_name
)
Value
A list of the file paths to machine excel files containing FIN_ETA front sheets, and therefore usable data.
Examples
get_eta_filepaths(filepath = sample_machine_workbook_path())
#> [[1]]
#> [1] "/Users/mkh2/github/PFUWorkflow/inst/extdata/Machine Examples/Machine_Example/Machine_Example.xlsx"
#>