Learn R Programming

implyr (version 0.5.0)

dbDisconnect,src_impala-method: Close the connection to Impala

Description

Closes (disconnects) the connection to Impala.

Usage

# S4 method for src_impala
dbDisconnect(conn, ...)

Value

Returns TRUE, invisibly

Arguments

conn

object with class class src_impala

...

other arguments passed on to methods

Examples

Run this code
if (FALSE) {
dbDisconnect(impala)}

Run the code above in your browser using DataLab