Skip to contents

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

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