Description Usage Arguments Examples
Generates the url for a song given an artist and a song title. This function is used internally within the 'genius_lyrics()' function.
| 1 | gen_song_url(artist = NULL, song = NULL)
 | 
| artist | The quoted name of the artist. Spelling matters, capitalization does not. | 
| song | The quoted name of the song. Spelling matters, capitalization does not. | 
| 1 2 | gen_song_url(artist = "Kendrick Lamar", song = "HUMBLE")
gen_song_url("Margaret glaspy", "Memory Street")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.