Closes all connections, detaches the interface environment (SQRL:Face ) from the search path, and unloads the SQRL namespace. No further communication with any data source will be possible through SQRL (until it is reloaded).
sqrlOff()
Returns
Returns invisible NULL.
Note
Calls to RODBC::odbcCloseAll will close any connection channels open in SQRL.
See Also
SQRL
Examples
## Not run:# Calling sqrlOff() will deactivate and unload SQRL.sqrlOff()## End(Not run)