removeParFolders: Remove Parallel Processing Folders from mplusParallel_automation
Description
This function is used to delete all parallel processing folders (with names
containing the word "session") that were created by the mplusParallel_automation
function.
Usage
removeParFolders(folder = "")
Value
Invisible NULL. The function is called for its side effect of
deleting folders.
Arguments
folder
The user-defined folder to search for parallel processing folders.
Should be the same as the one used for mplusParallel_automation.
See Also
mplusParallel_automation for the function that creates
these folders.
# \donttest{# Assuming you have parallel processing folders in your current RStudio# document's directoryremoveParFolders(folder = 'user_defined_path')
# }