genius (version 2.2.3)

genius_album: Retrieve song lyrics for an album

Description

Obtain the lyrics to an album in a tidy format.

Usage

genius_album(artist = NULL, album = NULL, info = "simple")

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.

info

Return track level metadata. See details.

Details

The `info` argument returns additional columns to the returned tibble: `"simple"` returns only the song lyrics. `"title"` returns the track title and lyrics. `"artist"` returns the lyrics and artist. `"features"` returns the lyrics, song elements, and element artists. `"all"` returns all of the above mentioned, plus appends the album name.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
# genius_album(artist = "Petal", album = "Comfort EP")
# genius_album(artist = "Fit For A King", album = "Deathgrip", info = "all")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab