cleanDir | R Documentation |
Remove all files from a given directory
cleanDir(dir.name, test = TRUE, trace = TRUE)
dir.name |
the path leading to the directory |
test |
should the user be asked whether he really wants to remove the directory |
trace |
should the execution of the function be traced |
## Not run:
dir.create("MyNewDirButils314")
cleanDir("MyNewDirButils314", test = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.