read_plan
R/deprecate.R
Use read_drake_plan()
instead.
read_plan(path = getwd(), search = TRUE, cache = drake::get_cache(path = path, search = search, verbose = verbose), verbose = 1, ...)
path | Same as for |
---|---|
search | Same as for |
cache | Same as for |
verbose | Same as for |
... | Same as for |
An workflow plan data frame.
Deprecated on 2017-11-21.
# See ?read_drake_plan for the examples.