Extract "album performances" (i.e. album credits) info from a Genius album object, as a tidy 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
if (FALSE) {
album <- get_album(album_id = 337082)
tidy_album_performances(album)
}