CopyVariableDb2I {R2I}R Documentation

Copy Variable from RGeostats to Isatis

Description

Copy Variable from RGeostats to Isatis

Usage

CopyVariableDb2I(db, name, StudyName = NA, DirName = NA, FileName = NA,
                 SelName = NA, unit=NA)

Arguments

db

Name of the Db containing the variable to be copied.

name

Name of the variable (from RGeostats) to be copied.

StudyName

Name of the Study within which the items must be listed. If a Study has already been defined as default, this argument is optional.

DirName

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

FileName

Name of the File within which the items must be listed. If a File has already been defined as default, this argument is optional.

SelName

Name of the Selection. If a valid Selection is defined, only the samples which are active (through this selection) will be copied. If a Selection has been defined as default, this argument is optional.

unit

Name of the Unit. If left undefined, the variable will be created with the "Length" status of Isatis.

Details

This command needs the connection with ISATIS to be established. This is obtained by running the command ConnectIsatis beforehand.

When defined, the arguments 'StudyName', 'DirName' and 'FileName' will serve as default parameters for next operations.

You can check all the elements stored as default by using the command ShowTarget.

Value

No returned argument.


[Package R2I version 5.5.3 Index]