Learn R Programming

zoon (version 0.6.5)

RerunWorkflow: Rerun a workflow object.

Description

Takes a workflow object and reruns it.

Usage

RerunWorkflow(workflow, from = NULL)

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

Run this code
# NOT RUN {
w <- workflow(UKAnophelesPlumbeus,
              UKAir,
              Background(n = 70),
              LogisticRegression,
              PrintMap)

RerunWorkflow(w)
# }

Run the code above in your browser using DataLab