Description Usage Arguments See Also
Making directories to organize three kinds of datas: data-sets, script-files and result-files
1 2 3 4 5 6 7 8 | mkDirectories(
parentDirName,
dataDirName = "data",
programmingDirName = "program",
resultDirName = "result",
updateTime = 1,
arrange = TRUE
)
|
parentDirName |
The name of a parent-directory containing organize datas-files, script-files and result-files. |
dataDirName |
The name of a directory to organize data-files. |
programmingDirName |
The name of a directory to organize script-files. |
resultDirName |
The name of a directory to organize result-files. |
updateTime |
The time used to divide data-filese into two directories, one is for datas and the other is for results. |
arrange |
Allows you to organize data-files in the form of file extensions. |
Examples of this function can be found at https://multivariate-statistics.com/2020/08/04/r-programming-auto-arranging-folders/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.