Import a local study to Antares Web
Usage
importZipStudyWeb(
host,
token,
zipfile_name,
delete_zipfile = TRUE,
folder_destination = NULL,
opts = antaresRead::simOptions()
)
Arguments
- host
Host of AntaREST server API.
- token
API personnal access token.
- zipfile_name
Name of the zipfile of the study.
- delete_zipfile
Should the zipfile be deleted after upload.
- folder_destination
Folder of the study in Antares Web.
- opts
List of simulation parameters returned by the function
antaresRead::setSimulationPath()