tidyr: Easily tidy data with spread and gather functions for R

tidyr is an evolution of reshape2. It’s design specifically for data tidying (not general reshaping or aggregating) and works well with dplyr data pipelines.

Readme. Manual. Github.

Not on CRAN yet so install via

devtools::install_github("hadley/tidyr")
library(tidyr)

Leave a Reply

Your email address will not be published. Required fields are marked *