Description Usage Arguments Author(s) Examples
create_dirs
Creates specified folders in subsequent order.
Is able to create nested folders - for this, the outer folder must be parsed before the inner ones.
1  | 
... | 
 requires a vector of character strings.  | 
René Michel
1 2 3  | # create 2 new folders
dirs = c("Testfolder", "Testfolder2")
create_dirs(dirs)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.