powered by
Connect to kdb+ instance.
open_connection(host = "localhost", port = 5000, user = NULL)
Hostname.
Port number.
Username and password as user:password string
Handle to kdb+ instance for execute and close_connection.
execute
close_connection
h<-open_connection() h<-open_connection(port=5000)
Run the code above in your browser using DataLab