Hello everyone,

I like the expressiveness of dplyr's data manipulation verbs, but I also
appreciate the optimizations offered by data.table, so I figured: why not
both?

The table.express package leverages the rlang package to bridge dplyr and
data.table by essentially parsing and chaining the operations specified by
the verbs,
building expressions that are ultimately evaluated by data.table, letting
it handle optimizations as usual. Some custom verbs are also added to
facilitate building expressions that work on a subset of the data.

The package with single-table verbs is now on CRAN, and the documentation
can also be browsed online at
https://asardaes.github.io/table.express/index.html

Regards,
Alexis.

        [[alternative HTML version deleted]]

_______________________________________________
R-packages mailing list
r-packa...@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to