drake (version 6.2.1)

check: Deprecated function check

Description

Use check_plan() instead.

Usage

check(plan = read_drake_plan(), targets = plan$target,
  envir = parent.frame(), cache = drake::get_cache(verbose = verbose),
  verbose = TRUE)

Arguments

plan

Same as for check_plan().

targets

Same as for check_plan().

envir

Same as for check_plan().

cache

Same as for check_plan().

verbose

Same as for check_plan().

Value

Same as for check_plan().

Details

Deprecated on 2017-11-12.

See Also

check_plan()

Examples

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

Run the code above in your browser using DataCamp Workspace