Skip to contents

Set or get directory for/with scenarios

Usage

set_scenarios_path(path = NULL)

get_scenarios_path()

Arguments

path

character, path to the directory with scenarios, default is NULL

Value

sets or gets the path to the directory with scenarios

Examples

if (FALSE) { # \dontrun{
set_scenarios_path("path/to/scenarios")
get_scenarios_path()
} # }