remove-cluster | R Documentation |
(thermal clusters only)
Remove a cluster, thermal or RES (renewable energy source), and all its data.
removeCluster( area, cluster_name, add_prefix = TRUE, opts = antaresRead::simOptions() ) removeClusterRES( area, cluster_name, add_prefix = TRUE, opts = antaresRead::simOptions() )
area |
The area where to create the cluster. |
cluster_name |
Name for the cluster, it will prefixed by area name, unless you set |
add_prefix |
If |
opts |
List of simulation parameters returned by the function
|
An updated list containing various information about the simulation.
createCluster()
or createClusterRES()
to create new clusters,
editCluster()
or editClusterRES()
to edit existing clusters.
## Not run: createCluster( area = "fr", cluster_name = "fr_gas", group = "other", `marginal-cost` = 50 ) removeCluster(area = "fr", cluster_name = "fr_gas") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.