powered by
Edit a district in an Antares study
editDistrict( name, caption = NULL, comments = NULL, apply_filter = NULL, add_area = NULL, remove_area = NULL, output = NULL, opts = simOptions() )
An updated list containing various information about the simulation.
District's name.
Caption for the district.
Comments for the district.
Possible values are add-all to add all areas to the district, remove-all to clear the district, or none (default) to don't apply a filter.
add-all
remove-all
none
Character vector of area(s) to add to the district.
Character vector of area(s) to remove from the district.
Logical, compute the results for the district or not?
List of simulation parameters returned by the function antaresRead::setSimulationPath()
antaresRead::setSimulationPath()
createDistrict(), removeDistrict()
createDistrict()
removeDistrict()
if (FALSE) { editDistrict( name = "my_existing_district", comments = "This is my district", add_area = c("area1", "area3", "area5"), opts = simOptions() ) }
Run the code above in your browser using DataLab