RerunWorkflow: Rerun a workflow object.

Description Usage Arguments Value Examples

Description

Takes a workflow object and reruns it.

Usage

1

Arguments

workflow

A zoonWorkflow object from a previous zoon analysis

from

Which modules should be run. If NULL (default), run from the first NULL output (i.e. where the workflow broke). Otherwise takes an integer and runs from that module.

Value

A list with the results of each module and a copy of the call used to execute the workflow.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
w <- workflow(UKAnophelesPlumbeus,
              UKAir,
              Background(n = 70), 
              LogisticRegression,
              PrintMap)

RerunWorkflow(w)

## End(Not run)

Boodogs/zoon-clone documentation built on May 6, 2019, 7:59 a.m.