| get_lyrics_id {geniusr} | R Documentation | 
Retrieve lyrics associated with a Genius song ID
Description
Get lyrics from Genius' lyric pages using an associated song ID.
Usage
get_lyrics_id(song_id, access_token = genius_token())
Arguments
| song_id | ID of the song ( | 
| access_token | Genius' client access token, defaults to  | 
See Also
See get_lyrics_url to search lyrics using a song
URL, get_lyrics_search to search using artist name and song
title
Other lyrics: 
get_lyrics_search(),
get_lyrics_url()
Examples
## Not run: 
get_lyrics_id(song_id = 3214267)
## End(Not run)
[Package geniusr version 1.2.1 Index]