| dir_create | R Documentation | 
First check if a directory exists. If it does, return TRUE, otherwise
create it with dir.create(recursive = TRUE) by default.
dir_create(x, recursive = TRUE, ...)
x | 
 A path name.  | 
recursive | 
 Whether to create all directory components in the path.  | 
... | 
 Other arguments to be passed to   | 
A logical value indicating if the directory either exists or is successfully created.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.