Learn R Programming

drake (version 4.2.0)

tracked: Function tracked

Description

Print out which objects, functions, files, targets, etc. are reproducibly tracked.

Usage

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

Arguments

plan

workflow plan data frame, same as for function make().

targets

names of targets to bulid, same as for function make().

envir

environment to import from, same as for function make().

Examples

Run this code
# NOT RUN {
load_basic_example()
tracked(my_plan)
# }

Run the code above in your browser using DataLab