Description Usage Arguments Value Examples
View source: R/create_folder.R
String path can contain multiple folders that do not exist yet, separated by "/". It returns the new path name, in case it needs to be assigned to a variable.
1 | create_folder(folder)
|
folder |
Path (string) of the new directory to be created. |
The input parameter "folder" that indicates the path of the new folder.
1 | create_folder("Sub1/Sub2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.