copyFile
From R.utils v1.9.6
by Henrik Bengtsson
Copies a file safely
Copies a file safely by first copying to a temporary file and then renaming that file.
- Keywords
- internal
Usage
## S3 method for class 'default':
copyFile(srcPathname, destPathname, overwrite=FALSE, ..., verbose=FALSE)
Arguments
Value
- Returns
TRUE
if the file was copied succesfully.
See Also
file.copy()
.
Community examples
Looks like there are no examples yet.