start | R Documentation |
Start the REMIND model.
start(remind = ".", configFile = NULL, restart = FALSE, testOneRegi = FALSE)
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 |
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.