I’m pleased to announce tidyr 0.6.0. tidyr makes it easy to “tidy” your data, storing it in a consistent form so that it’s easy to manipulate, visualise and model. Tidy data has a simple convention: put variables in the columns and observations in the rows. You can learn more about it in the tidy data vignette. Install it with:
|
|
I mostly released this version to bundle up a number of small tweaks needed for R for Data Science
. But there’s one nice new feature, contributed by Jan Schulz
: drop_na(). drop_na()drops rows containing missing values:
|
|
Please see the release notes for a complete list of changes.

