powered by
All files will be erased from the file system, including all results. If you wish to remove only intermediate files, use sweepRegistry.
sweepRegistry
removeRegistry(wait = 5, reg = getDefaultRegistry())
[numeric(1)] Seconds to wait before proceeding. This is a safety measure to not accidentally remove your precious files. Set to 0 in non-interactive scripts to disable this precaution.
numeric(1)
[Registry] Registry. If not explicitly passed, uses the default registry (see setDefaultRegistry).
Registry
setDefaultRegistry
[character(1)]: Path of the deleted file directory.
character(1)
Other Registry: clearRegistry, getDefaultRegistry, loadRegistry, makeRegistry, saveRegistry, sweepRegistry, syncRegistry
clearRegistry
getDefaultRegistry
loadRegistry
makeRegistry
saveRegistry
syncRegistry
# NOT RUN { tmp = makeRegistry(file.dir = NA, make.default = FALSE) removeRegistry(0, tmp) # }
Run the code above in your browser using DataLab