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.
Rowan Haigh, Pacific Biological Station, Fisheries and Oceans Canada, Nanaimo BC
All arguments may contain wildcard characters ("*" to match 0 or more characters, "?" to match any single character).
"*"
"?"
The GUI includes the following:
suffix
files
if (FALSE) { local(envir=.PBSmodEnv,expr={ cleanWD(c("*.bak","*.tmp","junk*")) }) }
Run the code above in your browser using DataLab