IGetVariableList {R2I}R Documentation

Returns the List of Variables

Description

Returns the List of Variables

Usage

IGetVariableList(FileName = NA, DirName=NA, StudyName = NA, 
                 delVariableName = NA)

Arguments

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.

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.

delVariableName

If defined, name of the Variable to be deleted.

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 list of valid variable names.


[Package R2I version 6.1.0 Index]