openConnection {rethinker} | R Documentation |
Opens connection to a given RethinkDB server.
openConnection(host = "localhost", port = 28015, authKey = NULL,
v = "V0_4")
host |
Host to connect to. |
port |
Port to connect to. |
authKey |
Authentication key. Not supported yet. |
v |
Protocol version; |
Object of a class RethinkDB_connection
, which can be passed to r()$...$run
and r()$...$runAsync
functions.