Description Usage Arguments Value Examples
Wrapper around the base function dir.create
that allows creation
of multiple directories simultaneously in a recursive fashion without
warning messages
1 | createDir(dir.names)
|
dir.names |
character vector of the directory paths to be created |
returns invisibly a logical vector indicating if the
operation succeeded for each of the files attempted. Using a missing
value for a path name will always be regarded as a failure.
createDir
will will fail if the directory already exists.
1 2 3 4 | ## Not run:
createDir("testdir")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.