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