The Benefits of data.table Syntax
Among the many reasons to use data.table in your code (which includes the more common answers of speed, memory efficiency, etc.) is the syntax. The syntax is
concise,
predictable, and
R-centric.
In this post, I’d like to show how these features... [Read more...]