powered by
The Genius API lets you request data for a specific album, given an album ID. get_album() returns this data in full.
get_album()
get_album(album_id, access_token = genius_token())
a genius_album object that contains the extracted content from the request, the original JSON response object and the request path.
genius_album
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_df to return a tidy data frame.
get_album_df
Other album: get_album_df(), get_album_tracklist_id(), get_album_tracklist_search()
get_album_df()
get_album_tracklist_id()
get_album_tracklist_search()
if (FALSE) { get_album(album_id = 337082) }
Run the code above in your browser using DataLab