Learn R Programming

DSI (version 1.7.0)

.getDSConnections: Gets the DSConnection-class objects

Description

The function searches for a list containing object of type DSConnection-class in the current environment; if more than one list is found it return the lastest. This way no matter what the user calls his connection object list it will be captured.

Usage

.getDSConnections(env)

Value

A list of DSConnection-class objects obtained after login into the servers

Arguments

env

The environment where to search for the connection symbols.