get_lyrics_id: Retrieve lyrics associated with a Genius song ID

View source: R/lyrics.R

get_lyrics_idR 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 (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

## Not run: 
get_lyrics_id(song_id = 3214267)

## End(Not run)

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