Skip to contents

Checks your workspace/environment and file system.

Usage

missed(..., config = NULL)

Arguments

...

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

config

Deprecated.

Value

Character vector of names of missing objects and files.

See also

Examples

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