Data wrangling with dplyr and tidyr

I’ve been introduced to two R packages lately and they have made my life so much easier. I am talking about dplyr and tidyr. They are great for manipulating data, meaning switching from wide to long data sets, summarize and group data. And they can easily be combined with plotting functions, such as ggplot.

The reason they are so useful is: more efficient coding, the syntax is easy to remember and easy to read. I will not explain each functions here, because there are already many good tutorials on the web. Here is a nice cheatsheet for starters and some more links.

Thank you Richard for introducing me to tidyr and dplyr!

Bildschirmfoto 2016-07-25 um 23.13.54