Skip to content

Commit

Permalink
Code calls correct function
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Feb 18, 2025
1 parent 1639974 commit 3081740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/analysis/analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ There are `r n_ratings` ratings.
Connecting the ratings to the formations:

```{r}
songs <- dplyr::select(heyahmama::get_releases(), cd_title, song_title)
songs <- dplyr::select(heyahmama::get_released_songs(), cd_title, song_title)
n_songs <- nrow(songs)
```

Expand Down

0 comments on commit 3081740

Please # to comment.