Skip to contents

Imports each sheet from the excel file that contain parameters for the simulation. File should contain sheets "arrivals", "initial conditions", "capacity", "los" and "costs". Returns these as dataframes, along with list of dataframe names.

Usage

import_file(filename)

Arguments

filename

String - path to excel file

Value

List of length 2. Contains list of dataframe names and list of dataframes.

Examples

if (FALSE) {
import_file("ipacs_model_parameters.xlsx")
}