missed | R Documentation |
Checks your workspace/environment and file system.
missed(..., config = NULL)
... |
Arguments to |
config |
Deprecated. |
Character vector of names of missing objects and files.
outdated()
## Not run:
isolate_example("Quarantine side effects.", {
if (suppressWarnings(require("knitr"))) {
plan <- drake_plan(x = missing::fun(arg))
missed(plan)
}
})
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.