Learn R Programming

antaresEditObject (version 0.9.0)

removeArea: Remove an area from an Antares study

Description

Antares API OK

Remove an area in an Antares study.

Usage

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

Value

An updated list containing various information about the simulation.

Arguments

name

An area name.

opts

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

See Also

createArea(), editArea()

Examples

Run this code
if (FALSE) {
removeArea("fictive_area")
}

Run the code above in your browser using DataLab