powered by
Extract "writer artists" (i.e. writer credits) info from a Genius song object, as a tidy tibble.
tidy_song_writers(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_producers(), tidy_song_relationships()
get_song_df()
get_song()
tidy_album_performances()
tidy_song_performances()
tidy_song_producers()
tidy_song_relationships()
if (FALSE) { song <- get_song(song_id = 3039923) tidy_song_writers(song) }
Run the code above in your browser using DataLab