RPIrates & Data INCITE Tutorial: Welcome to the tidyverse!
Data transformation and management are key to success with R, so we'll talk about Hadley Wickham's 'tidyverse', a collection of R packages that reinforce the principles of his "Tidy Tools Manifesto":
* Reuse existing data structures.
* Compose simple functions with the pipe operator.
* Embrace functional programming.
* Design for humans.