gen_song_url: Create Genius url

Description Usage Arguments Examples

View source: R/gen_song_url.R

Description

Generates the url for a song given an artist and a song title. This function is used internally within the 'genius_lyrics()' function.

Usage

1
gen_song_url(artist = NULL, song = NULL)

Arguments

artist

The quoted name of the artist. Spelling matters, capitalization does not.

song

The quoted name of the song. Spelling matters, capitalization does not.

Examples

1
2
gen_song_url(artist = "Kendrick Lamar", song = "HUMBLE")
gen_song_url("Margaret glaspy", "Memory Street")

genius documentation built on July 24, 2021, 5:06 p.m.

Related to gen_song_url in genius...