create_scenario_list: Create a list of scenario list-objects.

View source: R/funcs_scenarios.R

create_scenario_listR Documentation

Create a list of scenario list-objects.

Description

Create a list of scenario list-objects.

Usage

create_scenario_list(path)

Arguments

path

Character string indicating the file path to the folder where the scenario folders that contain the input_files are located.

It is assumed that the folders that contain the input_files are named scenario_N (N: 0, 1, 2, ...)

If a Windows file path is supplied, remember to replace the backslash (\) with either \\ or /.

Value

A list where each element is a scenario list-object.

Examples

## Not run: 
create_scenario_list("data")

## End(Not run)

cath-parkinson/mm.reoptimise documentation built on May 12, 2022, 3:34 p.m.