All articles with 'dplyr' Tag
{ 15 Comments }
Employee Performance Panel Charts – Excel vs. R [video]
Published on Aug 10, 2017 in Charts and Graphs, R programming
![Employee Performance Panel Charts – Excel vs. R [video]](https://chandoo.org/wp/wp-content/uploads/2017/08/panel-charts-excel-vs-r.png)
Recently, I had to make a bunch of panel charts. After wrangling with Excel (and a tiny bit of VBA) to create them, I wondered if we are suffering needlessly by being too loyal to Excel. I switched to R and could create these panel charts in almost no time (well, first I had to learn how to pivot the data using dplyr). Today, let me share the experience.
Continue »