start: start

View source: R/start.R

startR Documentation

start

Description

Start the REMIND model.

Usage

start(remind = ".", configFile = NULL, restart = FALSE, testOneRegi = FALSE)

Arguments

remind

A character vector with the path to the remind main-folder. By default, it is assumed that the working directory is the remind main-folder.

configFile

NULL or a character vector with the path to a scenario config csv file.

restart

TRUE or FALSE

testOneRegi

TRUE or FALSE

Examples

## Not run: 
# Start default remind run
start()

# Start multiple runs with a scenario config file
start(configFile = "config/my_config.csv")

# Restart a run
start(restart = TRUE)

# Start from the command line
Rscript -e "remindStart::start()" --args config/my_config.csv

## End(Not run)

johanneskoch94/remindStart documentation built on Aug. 30, 2023, 3:12 p.m.