powered by
Remove a cluster
removeCluster(area, cluster_name, add_prefix = TRUE, opts = antaresRead::simOptions())
Area from which to remove a cluster.
Cluster to remove.
If TRUE, cluster_name will be prefixed by area's name.
TRUE
List of simulation parameters returned by the function antaresRead::setSimulationPath
antaresRead::setSimulationPath
An updated list containing various information about the simulation.
# NOT RUN { createCluster(area = "fr", cluster_name = "fr_gas", group = "other", `marginal-cost` = 50) removeCluster(area = "fr", cluster_name = "fr_gas") # } # NOT RUN { # }
Run the code above in your browser using DataLab