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