This is from a presentation I made for the R Ladies Meetup Group in Nashville, 2016 December.
data.table is an easy to use R package for querying and manipulating data. Dataset updates run much faster than with the base R paradigm, and specifying complicated calculations is more intuitive. This talk will show some of the package's features as well as point out a couple of gotchas.