genius (version 2.2.0)

gen_song_url: Create Genius url

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

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

Run this code
# 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 DataCamp Workspace