R/updateOutputSettings.R
updateOutputSettings.Rd
Update output parameters of an Antares study
updateOutputSettings(
synthesis = NULL,
storenewset = NULL,
archives = NULL,
result.format = NULL,
opts = antaresRead::simOptions()
)
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. See Antares General Reference Guide (see link below).
Logical. See Antares General Reference Guide (see link below).
Character vector. Series to archive. See Antares General Reference Guide (see link below).
Character. Output format (txt-files or zip). See Antares General Reference Guide (see link below).
List of simulation parameters returned by the function
antaresRead::setSimulationPath()
An updated list containing various information about the simulation.
if (FALSE) { # \dontrun{
updateOutputSettings(
synthesis = TRUE,
storenewset = FALSE,
archives = c("load", "wind"),
result.format = "zip"
)
} # }