activateRES: Activate RES in an Antares study

View source: R/RES.R

activateRESR Documentation

Activate RES in an Antares study

Description

Helper to activate Renewables Energy Sources. This will update renewable.generation.modelling parameter and create appropriate structure for RES clusters.

Usage

activateRES(opts = antaresRead::simOptions(), quietly = !interactive())

Arguments

opts

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

quietly

Display or not a message to the user if success.

Value

An updated list containing various information about the simulation.

Examples

## Not run: 

library(antaresEditObject)
tmp <- tempfile()
createStudy(path = tmp)
opts <- antaresRead::setSimulationPath(tmp)
activateRES()

# then you can use createClusterRES()...


## End(Not run)

antaresEditObject documentation built on Oct. 4, 2023, 1:06 a.m.