popBackupFile {R.utils} | R Documentation |
Drops a backup suffix from the backup pathname
Description
Drops a backup suffix from the backup pathname and, by default, restores an existing backup file accordingly by renaming it.
Usage
## Default S3 method:
popBackupFile(filename, path=NULL, suffix=".bak", isFile=TRUE,
onMissing=c("ignore", "error"), drop=TRUE, ..., verbose=FALSE)
Arguments
filename |
The filename of the backup file. |
path |
The path of the file. |
suffix |
The suffix of the filename to be dropped. |
isFile |
If |
onMissing |
A |
drop |
If |
... |
Not used. |
verbose |
Value
Returns the pathname with the backup suffix dropped.
Author(s)
Henrik Bengtsson
See Also
See pushBackupFile
() for more details and an example.
[Package R.utils version 2.12.3 Index]