Get lyrics from Genius' lyric pages using an associated song ID.

scrape_lyrics_id(song_id, access_token = genius_token())

Arguments

song_id

ID of the song (song_id within an object returned by search_song)

access_token

Genius' client access token, defaults to genius_token

Examples

if (FALSE) { scrape_lyrics_id(song_id = 3214267) }