Learn R Programming

geniusr (version 1.2.1)

get_lyrics_search: Retrieve lyrics associated with a Genius song

Description

Attempt to get lyrics from Genius' lyric pages using an associated artist name and song title.

Usage

get_lyrics_search(artist_name, song_title)

Arguments

artist_name

Name of artist

song_title

Title of song

See Also

See get_lyrics_id to search lyrics using a song ID, get_lyrics_url to search using a song URL

Other lyrics: get_lyrics_id(), get_lyrics_url()

Examples

Run this code
if (FALSE) {
get_lyrics_search(artist_name = "Anderson .Paak",
song_title = "Come Home")
}

Run the code above in your browser using DataLab