openConnection {rethinker}R Documentation

Open connection to a RethinkDB server

Description

Opens connection to a given RethinkDB server.

Usage

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.


[Package rethinker version 1.1.0 Index]