removeRegistry {batchtools} | R Documentation |
Remove a Registry from the File System
Description
All files will be erased from the file system, including all results.
If you wish to remove only intermediate files, use sweepRegistry
.
Usage
removeRegistry(wait = 5, reg = getDefaultRegistry())
Arguments
wait |
[ |
reg |
[ |
Value
[character(1)
]: Path of the deleted file directory.
See Also
Other Registry:
clearRegistry()
,
getDefaultRegistry()
,
loadRegistry()
,
makeRegistry()
,
saveRegistry()
,
sweepRegistry()
,
syncRegistry()
Examples
tmp = makeRegistry(file.dir = NA, make.default = FALSE)
removeRegistry(0, tmp)
[Package batchtools version 0.9.17 Index]