close.RethinkDB_cursor {rethinker}R Documentation

Close cursor

Description

Closes a given cursor and stops its associated query. Should be called on the current cursor before a new sync query is invoked on the same connection.

Usage

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

Arguments

con

Cursor to close.

...

Ignored.


[Package rethinker version 1.1.0 Index]