Analytics dashboards are a popular way to explore data or to communicate insights.
So it's good to know how to build one.
Here's how you do that with R in no time. 🧵 #rstats#shiny
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
You could also download the public metrics with {rtweet} instead.
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.