powered by
Creates a string containing the url to an album tracklist on Genius.com. The function is used internally to `genius_tracklist()`.
gen_album_url(artist = NULL, album = NULL)
The quoted name of the artist. Spelling matters, capitalization does not.
The quoted name of the album Spelling matters, capitalization does not.
# NOT RUN { gen_album_url(artist = "Pinegrove", album = "Cardinal") # }
Run the code above in your browser using DataLab