powered by
Get an album's tracklisting, and song meta data, given an album ID.
get_album_tracklist_id(album_id, access_token = genius_token())
a tibble
ID of the album (album_id within an object returned by get_song)
album_id
get_song
Genius' client access token, defaults to genius_token
genius_token
See get_album_tracklist_search to search for an album tracklist by searching artist/album names.
get_album_tracklist_search
Other album: get_album_df(), get_album_tracklist_search(), get_album()
get_album_df()
get_album_tracklist_search()
get_album()
if (FALSE) { get_album_tracklist_id(album_id = 337082) }
Run the code above in your browser using DataLab