Declare the Excel file to be used for reading configuration information. The function over-writes whatever is supplied in the globalconfig.json file. The function returns a warning if the user supplies a bad file path.

SetInputExcelFile(inputExcelFilePath = "./config/model_inputs.xlsx")

Arguments

inputExcelFilePath

Path to Excel file (default = "./config/model_inputs.xlsx")

Value

TRUE/FALSE

Examples

if (FALSE) {
pacehrh::SetInputExcelFile(inputExcelFilePath = "config_file.xlsx")
}