Skip to contents

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 FALSE, (the default), run resources in the run directory will be symlinks to a guild managed storage location.

Value

The value supplied to the runs argument, invisibly.