CopyVariableI2Db {R2I}R Documentation

Copy Variable from Isatis to RGeostats

Description

Copy Variable from Isatis to RGeostats

Usage

CopyVariableI2Db(VarName, db = NA, FileName = NA, SelName = NA,
                 DirName = NA, StudyName = NA, macro = 0)

Arguments

VarName

Name of the variable (from Isatis) to be copied. Note that is this variable corresponds to a Macro Variable, the user will have to select the macro item to be copied (argument 'imacro').

db

Name of the Db where the variable must be copied.

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.

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.

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.

macro

If the variable to be copied is a Macro variable, the rank of the item must be selected: this rank lies between 1 and the number of items. If the argument 'imacro' is set to 0, then all the items of the macro variable will be copied.

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

The db-class provided as input argument, complemented by the copied variable.


[Package R2I version 6.0.0 Index]