powered by
The Genius API lets you search for meta data for a song, given a song ID. get_song_meta returns this data in a tidy, but reduced, format.
get_song_meta
get_song_meta(song_id, access_token = genius_token())
a tibble
ID of the song (song_id within an object returned by search_song)
song_id
search_song
Genius' client access token, defaults to genius_token
genius_token
[get_song()] to return data in full as a list.
if (FALSE) { get_song_meta(song_id = 3039923) }
Run the code above in your browser using DataLab