cleartmp | R Documentation |
Delete temporary files created when using generic print method with
method='browser'
or method='viewer'
, or when calling
view()
function.
cleartmp(all = TRUE, silent = FALSE, verbose = FALSE)
all |
Logical. When |
silent |
Logical. Hide confirmation messages ( |
verbose |
Logical. Display a message for every file that is deleted.
|
Given that all temporary files are deleted automatically when an R session is ended, this function is an overkill in most circumstances. It could however be useful in server-type setups.
Dominic Comtois, dominic.comtois@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.