genius (version 2.2.0)

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 extra information about each song. Default `"simple"` returns `title`, `track_n`, and `text`. Set `info = "artist"` for artist and track title. See args to `genius_lyrics()`.

Examples

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

Run the code above in your browser using DataCamp Workspace