There are lots of interesting questions that we can answer using freely-available data. We're going to watch a video that suggests such a question. We'll then develop an R script that builds a figure from this data.
To do this, we're going to have to
- formulate a question
- figure out what data we need
- get the data
- put the data into a form we can analyze
- read the data into R and perform some analyses
- plot up the data
- derive insights from the plot