removeCluster {antaresEditObject} | R Documentation |
Remove a cluster
removeCluster(area, cluster_name, add_prefix = TRUE, opts = antaresRead::simOptions())
area |
Area from which to remove a cluster. |
cluster_name |
Cluster to remove. |
add_prefix |
If |
opts |
List of simulation parameters returned by the function
|
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") ## End(Not run)