data

To work outside of this tutorial you need to download the following data file:

Set up an r rstudio() project in the way that I recommend in this video, and save the data files to the folder within your project called [data]{.alt}. Place this code in the first code chunk in your r quarto() document:

album_tib <- here::here("data/album_sales.csv") |> read_csv()
soc_anx_tib <- here::here("data/social_anxiety.csv") |> read_csv()
metal_tib <- here::here("data/metal_health.csv")  |> read_csv()


Try the discovr package in your browser

Any scripts or data that you put into this service are public.

discovr documentation built on Feb. 5, 2026, 5:07 p.m.