View source: R/writeAntaresOutput.R
writeOutputValues | R Documentation |
This function write all output values for an Antares study.
writeOutputValues(data, opts = NULL)
data |
obtain with readAntares |
opts |
List of simulation parameters returned by the function
|
## Not run: library(antaresRead) library(data.table) opts <- setSimulationPath("my_study") data <- readAntares(links = "all", areas = "all", clusters = "all") writeOutputValues(data) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.