Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/druid-io/RDruid

Druid connector for R
https://github.com/druid-io/RDruid

Last synced: 3 months ago
JSON representation

Druid connector for R

Awesome Lists containing this project

README

        

RDruid
======

[Druid](https://druid.io/) connector for R

## Quick Start

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

```r
if (!require("devtools")) install.packages("devtools")
devtools::install_github("druid-io/RDruid")
```

## Documentation

* [Package documentation](http://druid-io.github.io/RDruid)

* See our [wiki](https://github.com/druid-io/RDruid/wiki) for more documentation and [examples](https://github.com/druid-io/RDruid/wiki/Examples).