print.RethinkDB_connection {rethinker} | R Documentation |
Print RethinkDB connection
Description
Prints a RethinkDB connection details, including a number of pending callbacks.
Usage
## S3 method for class 'RethinkDB_connection'
print(x, ...)
Arguments
x |
Connection to print. |
... |
Ignored. |
Note
Never blocks.
[Package rethinker version 1.1.0 Index]