powered by
(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() )
removeClusterRES( area, cluster_name, add_prefix = TRUE, opts = antaresRead::simOptions() )
An updated list containing various information about the simulation.
The area where to create the cluster.
Name for the cluster, it will prefixed by area name, unless you set add_prefix = FALSE.
add_prefix = FALSE
If TRUE (the default), cluster_name will be prefixed by area name.
TRUE
cluster_name
List of simulation parameters returned by the function antaresRead::setSimulationPath()
antaresRead::setSimulationPath()
createCluster() or createClusterRES() to create new clusters, editCluster() or editClusterRES() to edit existing clusters.
createCluster()
createClusterRES()
editCluster()
editClusterRES()
if (FALSE) { createCluster( area = "fr", cluster_name = "fr_gas", group = "other", `marginal-cost` = 50 ) removeCluster(area = "fr", cluster_name = "fr_gas") }
Run the code above in your browser using DataLab