Learn R Programming

geniusr (version 1.1.0)

scrape_lyrics_id: Retrieve lyrics associated with a Genius song ID

Description

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

Usage

scrape_lyrics_id(song_id, access_token = genius_token())

Arguments

song_id

song ID (like in song_id returned by search_song)

access_token

Genius' client access token, defaults to genius_token

Examples

Run this code
# NOT RUN {
scrape_lyrics_id(song_id = 3214267)
# }

Run the code above in your browser using DataLab