CopyVariableDb2I {R2I} | R Documentation |
Copy Variable from RGeostats to Isatis
CopyVariableDb2I(db, names, StudyName = NA, DirName = NA, FileName = NA, SelName = NA, unit=NA)
db |
Name of the Db containing the variable to be copied. |
names |
Name(s) of the variable(s) (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 |
When defined, this gives the name of the Selection (from RGeostats) to be copied. |
unit |
Name of the Unit. If left undefined, the variable will be created with the "Length" status of Isatis. Note that if several variables are copied simultaneously, they will share the same unit. |
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
.
No returned argument.