Learn R Programming

drake (version 4.2.0)

prune: Deprecated function prune

Description

Use clean() instead

Usage

prune(plan)

Arguments

plan

workflow plan data frame, as generated by plan.

See Also

clean, make

Examples

Run this code
# NOT RUN {
load_basic_example()
make(my_plan)
cached()
prune(my_plan[1:3,])
cached()
make(my_plan)
clean(destroy = TRUE)
# }

Run the code above in your browser using DataLab