get_album_tracklist_id {geniusr} | R Documentation |
Retrieve an album's tracklisting
Description
Get an album's tracklisting, and song meta data, given an album ID.
Usage
get_album_tracklist_id(album_id, access_token = genius_token())
Arguments
album_id |
ID of the album ( |
access_token |
Genius' client access token, defaults to |
Value
a tibble
See Also
See get_album_tracklist_search
to search for
an album tracklist by searching artist/album names.
Other album:
get_album_df()
,
get_album_tracklist_search()
,
get_album()
Examples
## Not run:
get_album_tracklist_id(album_id = 337082)
## End(Not run)
[Package geniusr version 1.2.1 Index]