Learn R Programming

antaresEditObject (version 0.1.6)

createStudy: Create an empty Antares study

Description

Create an empty Antares study

Usage

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

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.

Value

logical vector indicating success or failure

Examples

Run this code
# NOT RUN {
createStudy("path/to/simulation")

# }

Run the code above in your browser using DataLab