song_to_df {geniusr} | R Documentation |
Convert genius_song object to a data frame
Description
Convert genius_song object to a data frame
Usage
song_to_df(x)
Arguments
x |
a |
Value
a tibble
Examples
## Not run:
song <- get_song(song_id = 3039923)
song_to_df(song)
## End(Not run)
[Package geniusr version 1.2.1 Index]