This function gets 'genius' song information
get_genius_song(song_id, access_token = Sys.getenv("GENIUS_API_TOKEN"))
| song_id | Genius Song ID | 
|---|---|
| access_token | Genius Web API token. Defaults to Sys.getenv('GENIUS_API_TOKEN'). | 
Returns a data frame with the song's information
To use this function, you need to first use 'search_genius_song' to get the song ID.
if (FALSE) { get_genius_song('3440889') }