| get_album_df | R Documentation | 
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_df(album_id, access_token = genius_token())
album_id | 
 ID of the album (  | 
access_token | 
 Genius' client access token, defaults to   | 
a tibble
See get_album to return extended data as a list.
Other album: 
get_album_tracklist_id(),
get_album_tracklist_search(),
get_album()
## Not run: get_album_df(album_id = 337082) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.