Retrieve Artist Discography with Song Lyrics and Audio Info
Retrieve the entire discography of an artist with the lyrics of each song and the associated audio information. Returns the song data as a nested tibble. This way we can easily see each album, artist, and song title before expanding our data.
get_discography(artist, authorization = get_spotify_access_token())
artist |
The quoted name of the artist. Spelling matters, capitalization does not. |
authorization |
Authorization token for Spotify web API.
Defaults to |
A nested tibble. See tidyr::nest
.
Other album functions:
get_albums()
,
get_album()
rex_orange <- get_discography("Rex Orange County")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.