Functions for updating modeling tasks. More information about these API endpoints can be found at here.
Examples
if (FALSE) { # \dontrun{
use_OpenMpp_local()
create_task(list(
ModelName = "RiskPaths",
ModelDigest = "d976aa2fb999f097468bb2ea098c4daf",
Name = "NewTask",
Set = list("Default")
))
delete_task("RiskPaths", "NewTask")
} # }