powered by
Generates the url for a song given an artist and a song title. This function is used internally within the `genius_lyrics()` function.
gen_song_url(artist = NULL, song = NULL)
The quoted name of the artist. Spelling matters, capitalization does not.
The quoted name of the song. Spelling matters, capitalization does not.
# NOT RUN { gen_song_url(artist = "Kendrick Lamar", song = "HUMBLE") gen_song_url("Margaret glaspy", "Memory Street") # }
Run the code above in your browser using DataLab