Drops a backup suffix from the backup pathname
Drops a backup suffix from the backup pathname and, by default, restores an existing backup file accordingly by renaming it.
## Default S3 method: popBackupFile(filename, path=NULL, suffix=".bak", isFile=TRUE, onMissing=c("ignore", "error"), drop=TRUE, ..., verbose=FALSE)
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 |
Returns the pathname with the backup suffix dropped.
Henrik Bengtsson
See pushBackupFile
() for more details and an example.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.