Learn R Programming

antaresEditObject (version 0.1.6)

updateInputSettings: Update input parameters of an Antares study

Description

Update input parameters of an Antares study

Usage

updateInputSettings(import, opts = antaresRead::simOptions())

Arguments

import

Series to import.

opts

List of simulation parameters returned by the function antaresRead::setSimulationPath

Value

An updated list containing various information about the simulation.

Examples

Run this code
# NOT RUN {
updateInputSettings(import = c("thermal"))
updateInputSettings(import = c("hydro", "thermal"))

# }

Run the code above in your browser using DataLab