| connect {quasardb} | R Documentation |
Connect to a quasardb cluster described with the given URI and returns a
handle to it.
The URI must be in a form "qdb://<ip or hostname>:<port>[, ...]".
connect(uri = "qdb://127.0.0.1:2836")
uri |
Cluster URI, e.g.: |
Handle to the cluster
handle <- connect("qdb://127.0.0.1:2836")