Description Usage Arguments Details Value Author(s) Examples
View source: R/search_genius_song.R
This function searches 'genius' songs by name
1 2 | search_genius_song(song_name,
access_token = Sys.getenv("GENIUS_API_TOKEN"))
|
song_name |
String of song name |
access_token |
Genius Web API token. Defaults to Sys.getenv('GENIUS_API_TOKEN'). |
All Genius API endpoints require an artist or song ID. The 'search_' functions in this package try to search for the desired artists/songs to obtain their Genius ID and to use them later.
Returns a data frame with the song's information
Alberto Almuiña
1 2 3 4 | ## Not run:
search_genius_song('Paradise')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.