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.
get_album_meta(album_id, access_token = genius_token())
| album_id | ID of the album ( |
|---|---|
| access_token | Genius' client access token, defaults to |
a tibble
[get_album()] to return data in full as a list.
if (FALSE) { get_album_meta(album_id = 337082) }