Description Usage Arguments Details Value Author(s) Examples
View source: R/get_genius_artist.R
This function gets 'genius' artist information
1 2 | get_genius_artist(artist_id,
access_token = Sys.getenv("GENIUS_API_TOKEN"))
|
artist_id |
Genius Artist ID |
access_token |
Genius Web API token. Defaults to Sys.getenv('GENIUS_API_TOKEN'). |
To use this function, you need to first use 'search_genius_artist' to get the artist ID.
Returns a data frame with the artist's information
Alberto Almuiña
1 2 3 4 | ## Not run:
get_genius_artist('343657')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.