genius (version 2.2.0)

gen_album_url: Create Genius Album url

Description

Creates a string containing the url to an album tracklist on Genius.com. The function is used internally to `genius_tracklist()`.

Usage

gen_album_url(artist = NULL, album = NULL)

Arguments

artist

The quoted name of the artist. Spelling matters, capitalization does not.

album

The quoted name of the album Spelling matters, capitalization does not.

Examples

Run this code
# NOT RUN {
gen_album_url(artist = "Pinegrove", album = "Cardinal")

# }

Run the code above in your browser using DataLab