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()
.