View source: R/removeRegistry.R
removeRegistry | R Documentation |
All files will be erased from the file system, including all results.
If you wish to remove only intermediate files, use sweepRegistry
.
removeRegistry(wait = 5, reg = getDefaultRegistry())
wait |
[ |
reg |
[ |
[character(1)
]: Path of the deleted file directory.
Other Registry:
clearRegistry()
,
getDefaultRegistry()
,
loadRegistry()
,
makeRegistry()
,
saveRegistry()
,
sweepRegistry()
,
syncRegistry()
tmp = makeRegistry(file.dir = NA, make.default = FALSE)
removeRegistry(0, tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.