drake (version 6.2.1)

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

Description

In other words, list all the layout 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

Run this code
# NOT RUN {
test_with_dir("Quarantine side effects.", {
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)
})
# }

Run the code above in your browser using DataLab