Learn R Programming

explore (version 1.0.1)

dwh_disconnect: disconnect from DWH

Description

disconnect from datawarehouse (DWH) using a ODBC connection

Usage

dwh_disconnect(connection, ...)

Arguments

connection

channel (ODBC connection)

...

Further arguments to be passed to DBI::dbDisconnect()

Examples

Run this code
if (FALSE) {
dwh_disconnect(con)
}

Run the code above in your browser using DataLab