if (FALSE) {
# with default values
createStudy("path/to/simulation",
study_name = "my_study",
antares_version = "8.2.0")
# with Antares study version >= 9.2 (max 2 digits, ex : "9.25")
createStudy("path/to/simulation",
study_name = "my_study",
antares_version = "9.25")
}
Run the code above in your browser using DataLab