A minimal R binding for traildb C API TrailDB. The initial goal for this project was to allow interactive querying of traildb data in a more R-friendly manner (think dataframes!).
It has a dependency on the traildb-cpp project.
You need to install traildb and traildb-cpp (install the headers in a system-wide location).
>> library(devtools)
>> devtools::install_github("traildb/traildb-r")
>> library(RTraildb)
>> read_traildb('tdbtest.tdb')