close.RethinkDB_connection {rethinker}R Documentation

Close RethinkDB connection

Description

Closes connection and stops all associated callbacks and/or sync cursor.

Usage

## S3 method for class 'RethinkDB_connection'
close(con, ...)

Arguments

con

Connection to close.

...

Ignored.


[Package rethinker version 1.1.0 Index]