get_songs: get_songs

Description Usage Arguments Value Examples

View source: R/get_songs.R

Description

Get songs names and URLs for an artist.

Usage

1
get_songs(artist)

Arguments

artist

character. The artist's name.

Value

If the artist (or band) is found, an object of type 'tibble' with the song names, URLs and artist is retuned. The URLs are to be later used in the 'get_chords()' function.

Examples

1
2
3
4
5
6
{

  get_songs("jorge")
  get_songs("los-hermanos")

}

r-music/chorrrds documentation built on Sept. 26, 2020, 3:48 p.m.