Skip to content
xvrl edited this page Mar 20, 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 sample queries.

Clone this wiki locally