data.table

The ultimate guide to ordering rows in R

This blog post shows how to order rows in a dataframe using four different approaches: base R, data.table, dplyr, and python's pandas.

Partially renaming columns using a lookup table

This blog post shows how to partially rename columns with a lookup table using four different approaches: base R, data.table, dplyr, and pandas.