Create study on disk or with AntaREST server through the API.
createStudy(path, study_name = "my_study", antares_version = "8.2.0")
createStudyAPI(
host,
token = NULL,
study_name = "my_study",
antares_version = "8.2.0",
...
)
Result of antaresRead::setSimulationPath()
or antaresRead::setSimulationPathAPI()
accordingly.
if (FALSE) { # \dontrun{
createStudy("path/to/simulation")
} # }