genius_lyrics: Retrieve song lyrics from Genius.com

Description Usage Arguments Examples

View source: R/genius_lyrics.R

Description

Retrieve the lyrics of a song with supplied artist and song name.

Usage

1
genius_lyrics(artist = NULL, song = NULL, info = "title")

Arguments

artist

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

song

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

info

Default "title", returns the track title. Set to "simple" for only lyrics, "artist" for the lyrics and artist, "features" for song element and the artist of that element, "all" to return artist, track, line, lyric, element, and element artist.

Examples

1
2
3
# genius_lyrics(artist = "Margaret Glaspy", song = "Memory Street")
# genius_lyrics(artist = "Kendrick Lamar", song = "Money Trees")
# genius_lyrics("JMSN", "Drinkin'")

genius documentation built on July 24, 2021, 5:06 p.m.

Related to genius_lyrics in genius...