Learn R Programming

antaresEditObject (version 0.3.0)

removeLink: Remove a link between two areas

Description

Remove a link between two areas

Usage

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

Value

An updated list containing various information about the simulation.

Arguments

from

The first area from which to create a link

to

The second one

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