drake (version 6.2.1)

workplan: Deprecated function workplan

Description

Turns a named collection of command/target pairs into a workflow plan data frame for make() and check().

Usage

workplan(..., list = character(0), file_targets = FALSE,
  strings_in_dots = c("filenames", "literals"))

Arguments

...

same as for drake::drake_plan()

list

same as for drake::drake_plan()

file_targets

same as for drake::drake_plan()

strings_in_dots

same as for drake::drake_plan()

Value

A data frame of targets and commands.

Details

Deprecated on 2017-11-29

Examples

Run this code
# NOT RUN {
# See ?drake_plan for examples.
# }

Run the code above in your browser using DataCamp Workspace