get_songs_ratings: Get ratings of multiple song filenames

View source: R/get_songs_ratings.R

get_songs_ratingsR Documentation

Get ratings of multiple song filenames

Description

Get ratings of multiple song filenames

Usage

get_songs_ratings(song_filenames)

Arguments

song_filenames

paths to one or more song's review files

Examples

get_songs_ratings(
  song_filenames = c(
    get_song_path("10000Luchtballonnen.md"),
    get_song_path("10000Luchtballonnen.md")
  )
)

richelbilderbeek/k3reviews documentation built on June 13, 2025, 10:31 a.m.