Learn R Programming

geniusr (version 1.1.0)

get_artist_songs: Retrieve meta data for all of an artist's appearances on Genius

Description

Return meta data for all appearances (features optional) of an artist on Genius.

Usage

get_artist_songs(artist_id, include_features = FALSE,
  access_token = genius_token())

Arguments

artist_id

An artist ID (artist_id returned in search_artist)

include_features

Whether to return results where artist isn't the primary artist (logical, defaults to FALSE)

access_token

Genius' client access token, defaults to genius_token

Examples

Run this code
# NOT RUN {
get_artist_songs(artist_id = 1421)
# }

Run the code above in your browser using DataLab