removeLink {antaresEditObject} | R Documentation |
Remove a link between two ares
removeLink(from, to, opts = antaresRead::simOptions())
from |
The first area from which to create a link |
to |
The second one |
opts |
List of simulation parameters returned by the function
|
An updated list containing various information about the simulation.
## Not run: createLink(from = "myarea", to = "myarea2") removeLink(from = "myarea", to = "myarea2") ## End(Not run)