dbDisconnect,src_impala-method {implyr}R Documentation

Close the connection to Impala

Description

Closes (disconnects) the connection to Impala.

Usage

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

Arguments

conn

object with class class src_impala

...

other arguments passed on to methods

Value

Returns TRUE, invisibly

Examples

## Not run: 
dbDisconnect(impala)
## End(Not run)

[Package implyr version 0.5.0 Index]