drake (version 7.13.9)

missed: Report any import objects required by your drake_plan plan but missing from your workspace or file system. [Stable]

Description

Checks your workspace/environment and file system.

Usage

missed(..., config = NULL)

Value

Character vector of names of missing objects and files.

Arguments

...

Arguments to make(), such as plan and targets.

config

Deprecated.

See Also

outdated()

Examples

Run this code
if (FALSE) {
isolate_example("Quarantine side effects.", {
if (suppressWarnings(require("knitr"))) {
plan <- drake_plan(x = missing::fun(arg))
missed(plan)
}
})
}

Run the code above in your browser using DataLab