sqrlOff: Close Connections and Deactivate the Package

View source: R/SQRL.R

sqrlOffR 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

SQRL

Examples

## Not run: 
# Calling sqrlOff() will deactivate and unload SQRL.
sqrlOff()

## End(Not run)

SQRL documentation built on Sept. 21, 2022, 9:13 a.m.