Description Usage Arguments Value Examples
Delete directories and all of their contents.
1 2 3 |
... |
The names of the directories, specified via relative or absolute paths. |
Invisibly, a logical vector with TRUE
for each success and
FALSE
for failures.
1 2 3 4 5 | ## Not run:
sapply(c("mydir1", "mydir2"), dir.create)
remove_dir(c("mydir1", "mydir2"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.