Learn R Programming

geniusr (version 1.1.0)

get_artist_meta: Retrieve meta data for an artist

Description

The Genius API lets you search for meta data for an artist, given an artist ID.

Usage

get_artist_meta(artist_id, access_token = genius_token())

Arguments

artist_id

An artist ID (artist_id returned in search_artist)

access_token

Genius' client access token, defaults to genius_token

Examples

Run this code
# NOT RUN {
get_artist_meta(artist_id = 16751)
# }

Run the code above in your browser using DataLab