rdrill {DrillR} | R Documentation |
Get the Apache Drill Connection, return the RDrill object.
Description
Get the Apache Drill Connection, return the RDrill object.
Usage
rdrill(host, port)
## S4 method for signature 'character,numeric'
rdrill(host, port)
Arguments
host |
Apache Drill cluster/node host |
port |
Apache Drill cluster/node port |
Examples
rdrill("127.0.0.1",8047)
[Package DrillR version 0.1 Index]