Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

antaresEditObject (version 0.6.4)

removeLink: Remove a link between two areas

Description

Antares API OK

Remove a link between two areas in an Antares study.

Usage

removeLink(from, to, opts = antaresRead::simOptions())

Value

An updated list containing various information about the simulation.

Arguments

from, to

The two areas linked together.

opts

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

Examples

Run this code
if (FALSE) {
createLink(from = "myarea", to  = "myarea2")
removeLink(from = "myarea", to  = "myarea2")
}

Run the code above in your browser using DataLab