Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 429 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 429 Bytes

RDruid

Druid connector for R

Installation

To install the latest version of RDruid, it's easiest to use the devtools package:

# install.packages("devtools")
library(devtools)
install_github("RDruid", "metamx")

Documentation

See our wiki for documentation and examples.