tidy_album_performances {geniusr} | R Documentation |
Extract album performances from a Genius album
Description
Extract "album performances" (i.e. album credits) info from a Genius album object, as a tidy tibble.
Usage
tidy_album_performances(x)
Arguments
x |
A |
Value
a tibble
See Also
See get_album
to generate a Genius album object.
Other song:
get_song_df()
,
get_song()
,
tidy_song_performances()
,
tidy_song_producers()
,
tidy_song_relationships()
,
tidy_song_writers()
Examples
## Not run:
album <- get_album(album_id = 337082)
tidy_album_performances(album)
## End(Not run)
[Package geniusr version 1.2.1 Index]