data.table vs dplyr: A Side-by-Side Comparison
[Note: This blog post originally appeared on albert-rapp.de and has been shared here to serve both the {data.table} and {dplyr} communities.]
In today’s blogpost I show you how to do common data cleaning operations via both {data.table} and {dpl...
