runs_delete | R Documentation |
Delete runs
runs_delete(runs = NULL, ...) runs_purge(runs = NULL, ...) runs_restore(runs = NULL, ...)
runs |
a runs selection |
... |
passed on to |
runs_delete()
moves runs into a guild managed "trash" directory.
runs_restore()
moves runs back into the main guild managed "runs"
directory.
runs_purge()
permanently delete runs from "trash" directory. Only
deleted runs can be purged.
The value supplied to the runs
argument, invisibly.
To see deleted runs, do guildai:::guild("runs list --deleted")
(runs_info("--deleted")
supported soon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.