Learn R Programming

antaresEditObject (version 0.3.0)

createStudy: Create an empty Antares study

Description

Create an empty Antares study

Usage

createStudy(path, study_name = "my_study", antares_version = "8.1.0")

Value

Result of antaresRead::setSimulationPath().

Arguments

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.

Examples

Run this code
if (FALSE) {

createStudy("path/to/simulation")

}

Run the code above in your browser using DataLab