Skip to contents

A string list containing the filename and tabs for output files.

Usage

output_file_info

Format

A string list with 3 entries.

agg_eta_filename

A string value of the output file name. "AggregateEfficiencyResults.xlsx".

agg_tabname

The string name of the aggregates tab. "Aggregates".

eta_tabname

The string name of the efficiency tab. "etas".

Examples

output_file_info
#> $agg_eta_filename
#> [1] "AggregateEfficiencyResults.xlsx"
#> 
#> $agg_tabname
#> [1] "Aggregates"
#> 
#> $eta_tabname
#> [1] "etas"
#>