Skip to content
xvrl edited this page Mar 14, 2013 · 10 revisions

RDruid is a Druid connector for R

Getting Started

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")

Examples

See our examples page for some code.

Clone this wiki locally