Learn R Programming

geniusr (version 1.1.0)

get_album_meta: Retrieve meta data for an album

Description

The Genius API lets you search for an album's meta data, given an album ID.

Usage

get_album_meta(album_id, access_token = genius_token())

Arguments

album_id

An album ID (album_id returned in get_song_meta)

access_token

Genius' client access token, defaults to genius_token

Examples

Run this code
# NOT RUN {
get_album_meta(album_id = 337082)
# }

Run the code above in your browser using DataLab