clean_runs | R Documentation |
Remove run directories from the filesystem.
clean_runs(
runs = ls_runs(runs_dir = runs_dir),
runs_dir = getOption("tfruns.runs_dir", "runs"),
confirm = interactive()
)
purge_runs(
runs_dir = getOption("tfruns.runs_dir", "runs"),
confirm = interactive()
)
runs |
Runs to clean. Can be specified as a data frame
(as returned by |
runs_dir |
Directory containing runs. Defaults to "runs" beneath the
current working directory (or to the value of the |
confirm |
|
The clean_runs()
function moves the specified runs (by default,
all runs) into an "archive" subdirectory of the "runs" directory.
The purge_runs()
function permanently deletes the "archive"
subdirectory.
Other run management:
copy_run()
## Not run:
clean_runs(ls_runs(completed == FALSE))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.