50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

geniusr (version 1.2.0)

get_album_meta: Retrieve metadata 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_meta(album_id, access_token = genius_token())

Value

a tibble

Arguments

album_id

ID of the album (album_id within an object returned by get_song)

access_token

Genius' client access token, defaults to genius_token

See Also

[get_album()] to return data in full as a list.

Examples

Run this code
if (FALSE) {
get_album_meta(album_id = 337082)
}

Run the code above in your browser using DataLab