dbDisconnect-src_impala-method: Close the connection to Impala

Description Usage Arguments Value Examples

Description

Closes (disconnects) the connection to Impala.

Usage

1
2
## 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

1
2
3
## Not run: 
dbDisconnect(impala)
## End(Not run)

implyr documentation built on March 29, 2021, 5:09 p.m.