.getDSConnections {DSI} | R Documentation |
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)
Arguments
env |
The environment where to search for the connection symbols. |
Value
A list of DSConnection-class
objects obtained after login into the servers
[Package DSI version 1.7.1 Index]