copyFrom.JobBatch: Copies a job batch directory into this one

Description Usage Arguments Value Author(s) See Also

Description

Copies a job batch directory into this one.

Usage

1
2
## S3 method for class 'JobBatch'
copyFrom(this, batch, conflicts=c("skip", "overwrite", "error"), ...)

Arguments

batch

Another JobBatch object.

conflicts

A character string specifying how to handle already existing files. If "error", an error is thrown. If "skip", the file is quietly skipped. If "overwrite", the file is quietly overwritten.

...

Arguments passed to *copyFrom().

Value

Returns a character string.

Author(s)

Henrik Bengtsson

See Also

For more information see JobBatch.


HenrikBengtsson/R.batch documentation built on May 6, 2019, 11:52 p.m.