View source: R/importStudyAPI.R
importZipStudyWeb | R Documentation |
Import a local study to Antares Web
importZipStudyWeb(
host,
token,
zipfile_name,
delete_zipfile = TRUE,
folder_destination = NULL,
opts = antaresRead::simOptions()
)
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
|
An updated list containing various information about the simulation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.