Antares API OK

Remove an area in an Antares study.

removeArea(name, opts = antaresRead::simOptions())

Arguments

name

An area name.

opts

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

Value

An updated list containing various information about the simulation.

Examples

if (FALSE) {
removeArea("fictive_area")
}