genius_album: Retrieve song lyrics for an album

Description Usage Arguments Details Examples

View source: R/genius_album.R

Description

Obtain the lyrics to an album in a tidy format.

Usage

1
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

1
2
# genius_album(artist = "Petal", album = "Comfort EP")
# genius_album(artist = "Fit For A King", album = "Deathgrip", info = "all")

JosiahParry/geniusR documentation built on Nov. 5, 2021, 11:09 a.m.