createStudy {antaresEditObject} | R Documentation |
Create an empty Antares study
createStudy(path, study_name = "my_study", antares_version = "7.0.0")
path |
Path where to create study, it should be an empty directory, if it doesn't exist, it'll be created. |
study_name |
Name of the study. |
antares_version |
Antares number version. |
logical vector indicating success or failure
## Not run: createStudy("path/to/simulation") ## End(Not run)