mkDirectories: Making directories to organize three kinds of datas:...

Description Usage Arguments See Also

View source: R/UsagiSan.R

Description

Making directories to organize three kinds of datas: data-sets, script-files and result-files

Usage

1
2
3
4
5
6
7
8
mkDirectories(
  parentDirName,
  dataDirName = "data",
  programmingDirName = "program",
  resultDirName = "result",
  updateTime = 1,
  arrange = TRUE
)

Arguments

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.

See Also

Examples of this function can be found at https://multivariate-statistics.com/2020/08/04/r-programming-auto-arranging-folders/


usagi-san-dayo/UsagiSan documentation built on Dec. 29, 2021, 10:17 p.m.