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")

JosiahParry/geniusR documentation built on Nov. 5, 2021, 11:09 a.m.