Description Usage Arguments Value Examples
Given the names of (potential) directories, create the ones that do not already exist.
1 |
... |
The names of the directories, specified via relative or absolute paths. Duplicates are ignored. |
Invisibly, a vector with a TRUE
for each time a directory was
actually created and a FALSE
otherwise. This vector is named with the
paths of the directories that were passed to the function.
1 2 3 4 5 | ## Not run:
create_dir(c("mydir", "yourdir"))
remove_dir(c("mydir", "yourdir"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.