View source: R/SOptim_AuxFunctions.R
doCleanUpActions | R Documentation |
Remove temporary files or directories. Useful for cleaning files that result from image segmentation procedures during optimization.
doCleanUpActions(x, recursive = TRUE, silent = TRUE)
x |
A character vector containing paths to files or directories to be removed. |
recursive |
Boolean. Should directories be deleted recursively? |
silent |
Boolean. Should errors should be printed? |
By default the force
parameter in unlink
function
(used to remove folders) is set to TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.