Save an Antares Study or only inputs in a .tar.gz
or .zip
file
backupStudy(
backupfile,
what = "study",
opts = antaresRead::simOptions(),
extension = ".zip"
)
Name of the backup, without extension. If missing,
either the name of the study or 'input' according argument what
.
Which folder to save, input
for the input folder
or study
for the whole study.
List of simulation parameters returned by the function
antaresRead::setSimulationPath
Defaut is .zip
.
The path of the backup
if (FALSE) { # \dontrun{
backupStudy()
} # }