print.RethinkDB_cursor {rethinker}R Documentation

Print cursor

Description

Prints a given cursor's status.

Usage

## S3 method for class 'RethinkDB_cursor'
print(x, ...)

Arguments

x

Cursor to print.

...

Ignored.

Note

Never blocks; also checks whether the underlying connection is alive.


[Package rethinker version 1.1.0 Index]