Activate st-storage in an Antares study
Usage
activateST(opts = antaresRead::simOptions(), quietly = !interactive())
Arguments
- opts
List of simulation parameters returned by the function
antaresRead::setSimulationPath
- quietly
Display or not a message to the user if success.
Examples
if (FALSE) { # \dontrun{
library(antaresEditObject)
tmp <- tempfile()
createStudy(path = tmp)
opts <- antaresRead::setSimulationPath(tmp)
activateST()
# then you can use createClusterST()...
} # }