| creat_folder | R Documentation |
Creates one to three nested folders (if not existing) under the current working directory and returns their names and absolute paths.
creat_folder(f1, f2 = NULL, f3 = NULL, return = NULL)
f1 |
Character. First-level folder name. |
f2 |
Character or 'NULL'. Second-level folder name. Default is 'NULL'. |
f3 |
Character or 'NULL'. Third-level folder name. Default is 'NULL'. |
return |
Deprecated (not used). Kept for backward compatibility. |
List with elements:
Relative path to the created folder
Absolute path ending with '/'
creat_folder(file.path(tempdir(), "1-result"))
creat_folder(file.path(tempdir(), "1-result"), "figures", "correlation")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.