tracked: List the targets and imports that are reproducibly tracked....

View source: R/deps.R

trackedR Documentation

List the targets and imports that are reproducibly tracked. [Stable]

Description

List all the spec in your project's dependency network.

Usage

tracked(config)

Arguments

config

An output list from drake_config().

Value

A character vector with the names of reproducibly-tracked targets.

Examples

## Not run: 
isolate_example("Quarantine side effects.", {
if (suppressWarnings(require("knitr"))) {
load_mtcars_example() # Load the canonical example for drake.
# List all the targets/imports that are reproducibly tracked.
config <- drake_config(my_plan)
tracked(config)
}
})

## End(Not run)

ropensci/drake documentation built on March 4, 2024, 6:02 p.m.