get_lyrics_search: Retrieve lyrics associated with a Genius song

View source: R/lyrics.R

get_lyrics_searchR Documentation

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

## Not run: 
get_lyrics_search(artist_name = "Anderson .Paak",
song_title = "Come Home")

## End(Not run)

geniusr documentation built on Sept. 4, 2022, 1:07 a.m.