popBackupFile | R Documentation |
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 |
A |
Returns the pathname with the backup suffix dropped.
Henrik Bengtsson
See pushBackupFile
() for more details and an example.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.