Remove a link between two areas in an Antares study.
removeLink(from, to, opts = antaresRead::simOptions())
The two areas linked together.
List of simulation parameters returned by the function
antaresRead::setSimulationPath()
An updated list containing various information about the simulation.
if (FALSE) { # \dontrun{
createLink(from = "myarea", to = "myarea2")
removeLink(from = "myarea", to = "myarea2")
} # }