ICreateDir {R2I} | R Documentation |
Create a Directory in Isatis
ICreateDir(newDirName, StudyName = NA, flag.allow=TRUE)
newDirName |
Name of the NEW Directory to be created in ISATIS. |
StudyName |
Name of the Study within which the item must be created.. If a Study has already been defined as default, this argument is optional. |
flag.allow |
When the Directory to be created ('newDirName') already exists, the program issues an error (if 'flag.allow' is FALSE) and simply continues (without creating the Directory) otherwise. |
The NEW Directory is created in ISATIS.
No returned argument.