Skip to content

Instantly share code, notes, and snippets.

@noamross
noamross / DRUG plyr code.R
Last active December 25, 2020 08:26
Some examples of using the plyr package for data manipulation
## Some examples using the package plyr
library(plyr)
## Example dataset from ggplot
library(ggplot2)
data(mpg)
str(mpg)