View source: R/updateOutputSettings.R
updateOutputSettings | R Documentation |
Update output parameters of an Antares study
updateOutputSettings( synthesis = NULL, storenewset = NULL, archives = NULL, result.format = NULL, opts = antaresRead::simOptions() )
synthesis |
Logical. If TRUE, synthetic results will be stored in a directory Study_name/OUTPUT/simu_tag/Economy/mc-all. If FALSE, No general synthesis will be printed out. |
storenewset |
Logical. See Antares General Reference Guide. |
archives |
Character vector. Series to archive. |
result.format |
Character. Output format (txt-files or zip). |
opts |
List of simulation parameters returned by the function
|
An updated list containing various information about the simulation.
## Not run: updateOutputSettings( synthesis = TRUE, storenewset = FALSE, archives = c("load", "wind") result.format = "zip" ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.