Skip to contents

Remove a district

Usage

removeDistrict(name, opts = simOptions())

Arguments

name

District's name.

opts

List of simulation parameters returned by the function antaresRead::setSimulationPath()

Value

An updated list containing various information about the simulation.

See also

Examples

if (FALSE) { # \dontrun{
removeDistrict(
  name = "mydistrict",
  opts = simOptions()
)
} # }