powered by
This function write all output values for an Antares study.
writeOutputValues(data, opts = NULL)
obtain with readAntares
List of simulation parameters returned by the function antaresRead::setSimulationPath()
antaresRead::setSimulationPath()
if (FALSE) { library(antaresRead) library(data.table) opts <- setSimulationPath("my_study") data <- readAntares(links = "all", areas = "all", clusters = "all") writeOutputValues(data) }
Run the code above in your browser using DataLab