Learn R Programming

DrillR (version 0.1)

rdrill: Get the Apache Drill Connection, return the RDrill object.

Description

Get the Apache Drill Connection, return the RDrill object.

Usage

rdrill(host, port)
"rdrill"(host, port)

Arguments

host
Apache Drill cluster/node host
port
Apache Drill cluster/node port

Examples

Run this code
rdrill("127.0.0.1",8047)

Run the code above in your browser using DataLab