gen_album_url: Create Genius Album url

Description Usage Arguments Examples

View source: R/gen_album_url.R

Description

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

Usage

1
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

1
gen_album_url(artist = "Pinegrove", album = "Cardinal")

genius documentation built on July 24, 2021, 5:06 p.m.

Related to gen_album_url in genius...