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