powered by
Attempt to get an album's tracklisting, given an artist and album name.
get_album_tracklist_search(artist_name, album_name)
a tibble
Name of artist
Name of album
See get_album_tracklist_id to search for an album tracklist using an album ID.
get_album_tracklist_id
Other album: get_album_df(), get_album_tracklist_id(), get_album()
get_album_df()
get_album_tracklist_id()
get_album()
if (FALSE) { get_album_tracklist_search(artist_name = "Kendrick Lamar", album_name = "DAMN.") }
Run the code above in your browser using DataLab