copyCel: Copies a CEL file

Description Usage Arguments Value Author(s) See Also

View source: R/copyCel.R

Description

Copies a CEL file.

The file must be a valid CEL file, if not an exception is thrown.

Usage

1
copyCel(from, to, overwrite=FALSE, ...)

Arguments

from

The filename of the CEL file to be copied.

to

The filename of destination file.

overwrite

If FALSE and the destination file already exists, an exception is thrown, otherwise not.

...

Not used.

Value

Return TRUE if file was successfully copied, otherwise FALSE.

Author(s)

Henrik Bengtsson

See Also

isCelFile().


affxparser documentation built on Nov. 8, 2020, 7:26 p.m.