tidyr is an R package by Hadley Wickham for cleaning and reshaping data, designed to use the magrittr pipe (%>%) so as to interact well with dplyr and similar pipeable packages which emphasize tidy data. tidyr is the successor to reshape2.
tidyr is an r package developed by Hadley Wickham and many others for cleaning and reshaping data, designed to use the magrittr pipe (%>%
) so as to interact well with dplyr and similar pipeable packages which emphasize tidy data. tidyr
is the successor to reshape2.
Links:
- CRAN summary page
- Development version of
tidyr
is hosted on GitHub