adb_restore {arealDB} | R Documentation |
Restore the database from a backup
Description
Restore the database from a backup
Usage
adb_restore(version = NULL, date = NULL)
Arguments
version |
'character(1) |
date |
|
Details
This function searches for files that have the version and date tag,
as it was defined in a previous run of adb_backup
, to restore
them to their original folders. This function overwrites by default, so use
with care.
Value
No return value, called for the side effect of restoring files that were previously stored in a backup.
[Package arealDB version 0.9.4 Index]