Learn R Programming

antaresEditObject (version 0.9.0)

activateST: Activate st-storage in an Antares study

Description

Activate st-storage in an Antares study

Usage

activateST(opts = antaresRead::simOptions(), quietly = !interactive())

Value

An updated list containing various information about the simulation.

Arguments

opts

List of simulation parameters returned by the function antaresRead::setSimulationPath

quietly

Display or not a message to the user if success.

Examples

Run this code
if (FALSE) {

library(antaresEditObject)
tmp <- tempfile()
createStudy(path = tmp)
opts <- antaresRead::setSimulationPath(tmp)
activateST()

# then you can use createClusterST()...

}

Run the code above in your browser using DataLab