powered by
Launches a new window which contains an interface for deleting specified files from the working directory.
cleanWD(files)
character vector of file names used for clean options.
All arguments may contain wildcard characters ("*" to match 0 or more characters, "?" to match any single character).
"*"
"?"
The GUI includes the following:
suffix
files
# NOT RUN { local(envir=.PBSmodEnv,expr={ cleanWD(c("*.bak","*.tmp","junk*")) }) # }
Run the code above in your browser using DataLab