powered by
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
get_album_df(album_id, access_token = genius_token())
a tibble
ID of the album (album_id within an object returned by get_song)
album_id
get_song
Genius' client access token, defaults to genius_token
genius_token
See get_album to return extended data as a list.
get_album
Other album: get_album_tracklist_id(), get_album_tracklist_search(), get_album()
get_album_tracklist_id()
get_album_tracklist_search()
get_album()
if (FALSE) { get_album_df(album_id = 337082) }
Run the code above in your browser using DataLab