sqrlOff {SQRL} | R Documentation |
Close Connections and Deactivate the Package
Description
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).
Usage
sqrlOff()
Value
Returns invisible NULL
.
Note
Calls to RODBC::odbcCloseAll
will close any
connection channels open in SQRL.
See Also
Examples
## Not run:
# Calling sqrlOff() will deactivate and unload SQRL.
sqrlOff()
## End(Not run)
[Package SQRL version 1.0.2 Index]