Learn R Programming

antaresEditObject (version 0.1.6)

removeLink: Remove a link between two ares

Description

Remove a link between two ares

Usage

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

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

Value

An updated list containing various information about the simulation.

Examples

Run this code
# NOT RUN {
createLink(from = "myarea", to  = "myarea2")
removeLink(from = "myarea", to  = "myarea2")
# }

Run the code above in your browser using DataLab