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")

JosiahParry/geniusR documentation built on Nov. 5, 2021, 11:09 a.m.