album_to_df {geniusr} | R Documentation |
Convert genius_album object to a data frame
Description
Convert genius_album object to a data frame
Usage
album_to_df(x)
Arguments
x |
a |
Value
a tibble
Examples
## Not run:
album <- get_album(album_id = 337082)
album_to_df(album)
## End(Not run)
[Package geniusr version 1.2.1 Index]