removeParFolders {mplusParallel.automation} | R Documentation |
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 = "")
Arguments
folder |
The user-defined folder to search for parallel processing folders. Should be the same as the one used for mplusParallel_automation. |
Value
Invisible NULL. The function is called for its side effect of deleting folders.
See Also
mplusParallel_automation
for the function that creates
these folders.
Examples
# Assuming you have parallel processing folders in your current RStudio
# document's directory
removeParFolders(folder = 'user_defined_path')
[Package mplusParallel.automation version 0.0.1.1 Index]