View source: R/create_directory.R
create_directory | R Documentation |
If the directory exists, no function will be called. create_directory
will create multiple levels of directories (it is recursive).
create_directory(directory, quiet = TRUE)
directory |
Name or path of directory to be created if id does not exist. |
quiet |
Should the function give a message when a directory is created?
Default is
|
Stuart K. Grange
## Not run:
# Create a directory
create_directory("data_dump")
# Create two directories
create_directory(c("data_dump", "new_directory"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.