Functions for creating, copying, merging, retrieving, and deleting worksets. More information about these API endpoints can be found at here.
Usage
get_workset(model, set)
get_worksets_list(model)
get_worksets(model)
get_scenarios(model)
get_workset_status(model, set)
get_workset_status_default(model)Examples
if (FALSE) { # \dontrun{
use_OpenMpp_local()
get_worksets("RiskPaths")
get_scenarios("RiskPaths")
get_workset("RiskPaths", "Default")
} # }