dplyr

Reading and combining many tidy data files in R

We commonly need to read many separate data files and combine them into one data frame. Here I show how this can be done with the tidyverse.

Teaching a new introductory class in computational biology and bioinformatics

Undergraduates will learn basic data wrangling, plotting, and programming with R and python.

A grammar of data manipulation

Wickham has published a new package, dplyr, that will revolutionize data wrangling.