Description Usage Arguments Examples
View source: R/HandyUtilities.R
creates or cleans a given directory (non recursively). If the dir doesn't exist the function will create it, if it does exist, the function will remove all items from the directory. Used to create ”Output” directories whose items are expendible
1 | CreateOrClean(directory)
|
directory |
- the dir to create or to remove all items from non recursively |
1 | CreateOrClean('path/to/my/directory')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.