genius (version 2.2.0)

genius_tracklist: Create a tracklist of an album

Description

Creates a `tibble` containing all track titles for a given artist and album. This function is used internally in `genius_album()`.

Usage

genius_tracklist(artist = NULL, album = NULL)

Arguments

artist

The quoted name of the artist. Spelling matters, capitalization does not.

album

The quoted name of the album Spelling matters, capitalization does not.

Examples

Run this code
# NOT RUN {
genius_tracklist(artist = "Andrew Bird", album = "Noble Beast")

# }

Run the code above in your browser using DataLab