rdrcass is a R client for Apache Cassandra based on Rcpp and Datastax c/c++ driver
- 3.0 and greater
- SELECT * FROM 'keyspace.table'; with "select" function (see demo/query_select.R)
- Raw queries with "query" function (see demo/query_select.R)
- Integer
- Boolean
- String, Text
- Double
- Libuv(required by Datastax c/c++ driver) and Datastax c/c++ driver should be installed before the package installation
- Types not supported on 'select' will return NA
MIT