Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.28 KB

Seal_of_Approval.md

File metadata and controls

21 lines (11 loc) · 1.28 KB

Seal of Approval

This is a list of packages in the data.table community.

Further detail about these packages and their relationship to data.table can be found at The Raft blog.

To add your package to this list, please submit a Pull Request to The Raft, making sure to follow the templated instructions.

Extension packages: Add to the internal functionality of data.table

  • nc: Named capture regular expressions for text parsing and data reshaping.

Application packages: Use data.table to accomplish a particular task or analysis.

Bridge package: Translate data.table syntax to different syntax or provides helper functions for transitioning between data.table and another object type.

  • tidyfast: Fast and efficient alternatives to tidyr functions built on data.table

  • dtplyr: A data.table backend for dplyr

Partner package: Not necessarily directly connected to data.table, but deliberately follows the core philosophies of data.table.