ICreateFile {R2I}R Documentation

Create a File in Isatis

Description

Create a File in Isatis

Usage

ICreateFile(db, newFileName, StudyName = NA, DirName = NA, flag.allow=TRUE)

Arguments

db

The Db which provides the characteristics of the NEW file to be created in ISATIS.

newFileName

Name of the NEW File 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.

DirName

Name of the Directory within which the item must be created. If a Directory has already been defined as default, this argument is optional.

flag.allow

When the File to be created ('newFileName') already exists, the program issues an error (if 'flag.allow' is FALSE) and simply continues (without creating the File) otherwise. If the File already exists, an additional test is performed to check that this file has the same characteristics as the one provided as argument.

Details

The NEW File is created in ISATIS with the same characteristics as the one in RGeostats.

Value

No returned argument.


[Package R2I version 6.1.0 Index]