Takes a workflow object and reruns it with changes.
ChangeWorkflow(workflow, occurrence = NULL, covariate = NULL, process = NULL, model = NULL, output = NULL, forceReproducible = NULL)
workflow
A list with the results of each module and a copy of the call used to execute the workflow (
## Not run: ------------------------------------ # w <- workflow(UKAnophelesPlumbeus, # UKAir, # Background(n = 70), # LogisticRegression, # PrintMap) # # w2 <- ChangeWorkflow(w, # output = PrintMap) ## ---------------------------------------------