The data.table package
One of the morals that I hope came across manifest in the previous chapter is that R is capable of much better performance than many expect. And, outside of calling low-level code and using parallelization, it is very widely agreed that there is no single best approach (taking personal preference and the largely subjective concept of readability out of the equation) to high-performance R than to learn how to properly wield data.table.
Many would be amazed at what previously intractable problems could be solved using this package. Often, problems that the uninitiated are keen to tackle with powerful remote servers, industrial databases, and trendy tools can be handled quite easily and gracefully by data.table. And, with ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access