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)
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.