get_song_df {geniusr} | R Documentation |
Retrieve metadata for a song
Description
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.
Usage
get_song_df(song_id, access_token = genius_token())
Arguments
song_id |
ID of the song ( |
access_token |
Genius' client access token, defaults to |
Value
a tibble
See Also
See get_song
to return data in full as a list.
Other song:
get_song()
,
tidy_album_performances()
,
tidy_song_performances()
,
tidy_song_producers()
,
tidy_song_relationships()
,
tidy_song_writers()
Examples
## Not run:
get_song_df(song_id = 3039923)
## End(Not run)
[Package geniusr version 1.2.1 Index]