| get_lyrics_search {geniusr} | R 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)
[Package geniusr version 1.2.1 Index]