Learn R Programming

antaresEditObject (version 0.9.2)

removeDistrict: Remove a district

Description

Remove a district

Usage

removeDistrict(name, opts = simOptions())

Value

An updated list containing various information about the simulation.

Arguments

name

District's name.

opts

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

See Also

createDistrict()

Examples

Run this code
if (FALSE) {
removeDistrict(
  name = "mydistrict",
  opts = simOptions()
)
}

Run the code above in your browser using DataLab