Skip to contents

This function loads the results of specified scenarios. If the results do not exist, it returns an error.

Usage

loadScenarioResultsToFramework(projectConfiguration, scenarioNames)

Arguments

projectConfiguration

Configuration for the project, containing paths and settings necessary to load the results.

scenarioNames

Character vector of the names of the scenarios whose results are to be loaded.

Value

A list containing the loaded scenario results, including population data if available. throws Error if the scenario results do not exist.