dbDisconnect,src_impala-method {implyr} | R Documentation |
Closes (disconnects) the connection to Impala.
## S4 method for signature 'src_impala' dbDisconnect(conn, ...)
conn |
object with class class |
... |
other arguments passed on to methods |
Returns TRUE
, invisibly
## Not run: dbDisconnect(impala) ## End(Not run)