open_connection: Connect to kdb+ instance.

Description Usage Arguments Value Examples

View source: R/rkdb.R

Description

Connect to kdb+ instance.

Usage

1
open_connection(host = "localhost", port = 5000, user = NULL)

Arguments

host

Hostname.

port

Port number.

user

Username and password as user:password string

Value

Handle to kdb+ instance for execute and close_connection.

Examples

1
2
3
4
5
## Not run: 
h<-open_connection()
h<-open_connection(port=5000)

## End(Not run)

rkdb documentation built on June 7, 2017, 9:02 a.m.