get_album_df {geniusr} | R Documentation |
Retrieve meta data for an album
Description
The Genius API lets you return data for a specific album, given an album ID.
get_album_meta
returns this data in a tidy, but reduced, format.
Usage
get_album_df(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
to return extended data as a list.
Other album:
get_album_tracklist_id()
,
get_album_tracklist_search()
,
get_album()
Examples
## Not run:
get_album_df(album_id = 337082)
## End(Not run)
[Package geniusr version 1.2.1 Index]