Learn R Programming

geniusr (version 1.2.1)

get_album_tracklist_search: Retrieve an album's tracklisting

Description

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

Usage

get_album_tracklist_search(artist_name, album_name)

Value

a tibble

Arguments

artist_name

Name of artist

album_name

Name of album

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

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

Run the code above in your browser using DataLab