Learn R Programming

drake (version 3.0.0)

check: Function check

Description

Check a workflow plan, etc. for obvious errors such as circular dependencies and missing input files.

Usage

check(plan, targets = drake::possible_targets(plan), envir = parent.frame())

Arguments

plan

workflow plan data frame, possibly from plan().

targets

character vector of targets to make

envir

environment containing user-defined functions

Value

invisibly return plan

See Also

link{plan}, make