Takes a workflow object and reruns it.
RerunWorkflow(workflow, from = NULL)
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) # # RerunWorkflow(w) ## ---------------------------------------------