A second case study for music research

Last updated on 2024-11-19 | Edit this page

Estimated time: 0 minutes

Overview

Questions

  • Can I apply what I learnt about R for a different case study?
  • How do I read data from an online dataset in R?
  • How can I look up specific parts of the dataset?
  • How can I visualise specific parts of the dataset?

Objectives

  • Explore a larger dataset using the same methods introduced in the previous episodes
  • Recognise that you can use the same code to explore different datasets, irrelevant of their size

Key Points

  • An advantage of using R to work with data is that the same code can be run for different data sets of different sizes, subject to the data sets being in similar formats