Learn R Programming

sendigR (version 1.0.0)

disconnectDB: Disconnect from the open database.

Description

Close database session and disconnect from open database.

Usage

disconnectDB(dbToken)

Value

No return value, called for side effects

Arguments

dbToken

Mandatory
Token for the open database connection (see initEnvironment).

Examples

Run this code
if (FALSE) {
disconnectDB()
}

Run the code above in your browser using DataLab