get_genius_artist {rgenius}R Documentation

Get Artist

Description

This function gets 'genius' artist information

Usage

get_genius_artist(artist_id,
  access_token = Sys.getenv("GENIUS_API_TOKEN"))

Arguments

artist_id

Genius Artist ID

access_token

Genius Web API token. Defaults to Sys.getenv('GENIUS_API_TOKEN').

Details

To use this function, you need to first use 'search_genius_artist' to get the artist ID.

Value

Returns a data frame with the artist's information

Author(s)

Alberto AlmuiƱa

Examples

## Not run: 
get_genius_artist('343657')

## End(Not run)

[Package rgenius version 0.1.0 Index]