Remove a district
Usage
removeDistrict(name, opts = simOptions())
Arguments
- name
District's name.
- opts
List of simulation parameters returned by the function
antaresRead::setSimulationPath()
Examples
if (FALSE) { # \dontrun{
removeDistrict(
name = "mydistrict",
opts = simOptions()
)
} # }