R/outdated.R
missed.Rd
Checks your workspace/environment and file system.
missed(..., config = NULL)
... | Arguments to |
---|---|
config | Deprecated. |
Character vector of names of missing objects and files.
if (FALSE) { isolate_example("Quarantine side effects.", { if (suppressWarnings(require("knitr"))) { plan <- drake_plan(x = missing::fun(arg)) missed(plan) } }) }