powered by
Get an album's tracklisting, and song meta data, given an album ID.
scrape_tracklist(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
if (FALSE) { scrape_tracklist(album_id = 337082) }
Run the code above in your browser using DataLab