Skip to contents

Attempt to get an album's tracklisting, given an artist and album name.

Usage

get_album_tracklist_search(artist_name, album_name)

Arguments

artist_name

Name of artist

album_name

Name of album

Value

a tibble

See also

See get_album_tracklist_id to search for an album tracklist using an album ID.

Other album: get_album_df(), get_album_tracklist_id(), get_album()

Examples

if (FALSE) {
get_album_tracklist_search(artist_name = "Kendrick Lamar",
album_name = "DAMN.")
}