runs_export {guildai} | R Documentation |
Move or copy runs
Description
Move or copy runs
Usage
runs_export(runs = NULL, location, ..., move = FALSE, copy_resources = FALSE)
runs_import(runs = NULL, location, ..., move = FALSE, copy_resources = FALSE)
Arguments
runs |
A runs selection |
location |
A directory where to place the runs, or find the runs. |
... |
passed on to guild |
move |
bool, whether the runs should be moved or copied by the import or export operation. |
copy_resources |
whether run resources should be also copied. If
|
Value
The value supplied to the runs
argument, invisibly.
[Package guildai version 0.0.1 Index]