openConnection: Open connection to a RethinkDB server

Description Usage Arguments Value

Description

Opens connection to a given RethinkDB server.

Usage

1
2
openConnection(host = "localhost", port = 28015, authKey = NULL,
  v = "V0_4")

Arguments

host

Host to connect to.

port

Port to connect to.

authKey

Authentication key. Not supported yet.

v

Protocol version; "V0_3" and "V0_4" supported, the default should be used.

Value

Object of a class RethinkDB_connection, which can be passed to r()$...$run and r()$...$runAsync functions.


rethinker documentation built on May 2, 2019, 12:40 p.m.