dirCreate | R Documentation |
This function is a somewhat friendlier version of dir.create
in that it automatically sets recursive=TRUE
and showWarnings=FALSE
arguments.
dirCreate(...)
... |
Character string(s). The path and name of the directory to create. Multiple strings will be pasted together into one path, although slashes will not be pasted between them. |
Nothing (creates a directory on the storage system).
dir.create
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.