copyCel {affxparser} | R Documentation |
Copies a CEL file.
The file must be a valid CEL file, if not an exception is thrown.
copyCel(from, to, overwrite=FALSE, ...)
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. |
Return TRUE
if file was successfully copied, otherwise FALSE
.
Henrik Bengtsson (http://www.braju.com/R/)
isCelFile
().