powered by
Creates a `tibble` containing all track titles for a given artist and album. This function is used internally in `genius_album()`.
genius_tracklist(artist = NULL, album = NULL)
The quoted name of the artist. Spelling matters, capitalization does not.
The quoted name of the album Spelling matters, capitalization does not.
# NOT RUN { genius_tracklist(artist = "Andrew Bird", album = "Noble Beast") # }
Run the code above in your browser using DataLab