Search for DSConnection objects in the analytic environment
Source:R/datashield.connections.R
datashield.connections_find.RdIf the user does not set the argument 'datasources' in the client side analysis functions, this function
is called to search for DSConnection-class objects in the environment (default
environment is the Global one). If one set of DSConnection objects is found, it is assigned
to 'default.connections' symbol in the analytic environment. If more than one set of DSConnection
objects is found and none of them is called 'default.connections', the function stops and
suggests user to use the datashield.connections_default function.
Value
Returns a list of DSConnection-class objects or stops the process
See also
Other Connections management:
datashield.connections(),
datashield.connections_default()