powered by
Extract "album performances" (i.e. album credits) info from a Genius album object, as a tidy tibble.
tidy_album_performances(x)
a tibble
A genius_album object
genius_album
See get_album to generate a Genius album object.
get_album
Other song: get_song_df(), get_song(), tidy_song_performances(), tidy_song_producers(), tidy_song_relationships(), tidy_song_writers()
get_song_df()
get_song()
tidy_song_performances()
tidy_song_producers()
tidy_song_relationships()
tidy_song_writers()
if (FALSE) { album <- get_album(album_id = 337082) tidy_album_performances(album) }
Run the code above in your browser using DataLab