THIS PROJECT IS FINALLY RELEASED UNDER NEW URL: TABLECLOTH
The API content will be removed soon.
Native usage of tech.ml.dataset
in comparison to R libraries.
Examples from R package data.table translated to tech.ml.dataset
Comparizon of tech.ml.dataset with datatable and dplyr Based on article "A data.table and dplyr tour" by Atrebas dated March 3, 2019
https://atrebas.github.io/post/2019-03-03-datatable-dplyr/
- Follow clojisr project installation instruction
- Install
data.table
package (in R terminal:install.packages("data.table")
)