Learn R Programming

rkdb (version 0.9.0)

open_connection: Connect to kdb+ instance.

Description

Connect to kdb+ instance.

Usage

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

Run this code

h<-open_connection()
h<-open_connection(port=5000)

Run the code above in your browser using DataLab