| get_album_tracklist_search {geniusr} | R Documentation | 
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)
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
## Not run: 
get_album_tracklist_search(artist_name = "Kendrick Lamar",
album_name = "DAMN.")
## End(Not run)
[Package geniusr version 1.2.1 Index]