get_songs_ratings: Get ratings of multiple song filenames

Description Usage Arguments Examples

View source: R/get_songs_ratings.R

Description

Get ratings of multiple song filenames

Usage

1
get_songs_ratings(song_filenames)

Arguments

song_filenames

paths to one or more song's review files

Examples

1
2
3
4
5
6
get_songs_ratings(
  song_filenames = c(
    get_song_path("10000Luchtballonnen.md"),
    get_song_path("10000Luchtballonnen.md")
  )
)

richelbilderbeek/K3Reviews documentation built on Dec. 18, 2020, 10:40 a.m.