sqrlOff {SQRL} | R Documentation |
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 invisible NULL
.
Calls to RODBC::odbcCloseAll
will close any
connection channels open in SQRL.
## Not run:
# Calling sqrlOff() will deactivate and unload SQRL.
sqrlOff()
## End(Not run)