Skip to contents

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 (song_id within an object returned by search_song)

access_token

Genius' client access token, defaults to genius_token

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

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