drake_done | R Documentation |
List the targets that completed in the current or
previous call to make()
.
drake_done(cache = drake::drake_cache(path = path), path = NULL)
cache |
drake cache. See |
path |
Path to a |
A character vector of target names.
drake_running()
, drake_failed()
, drake_cancelled()
,
drake_progress()
, make()
## Not run:
isolate_example("contain side effects", {
plan <- drake_plan(x = 1, y = x)
make(plan)
drake_done()
})
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.