Manually sifting through mountains of data is annoying. 🥱
But with the point & click interface of analytics dashboards, data exploration is more fun.
And building a dashboard is simple too, especially with R & Shiny. Here's how to get started now. #rstats
1 // Data
First, you need data.
It's always fun to work with your personal data, so I will use my the last three months of my Twitter analytics data. You can download yours at analytics.twitter.com
2 // Data cleaning
Next, do a bit of data cleaning. In my case, I just have to clean the column names and select a few columns.