Skip to contents

Extract "producer artists" (i.e. producer credits) info from a Genius song object, as a tidy tibble.

Usage

tidy_song_producers(x)

Arguments

x

A genius_song object

Value

a tibble

See also

Examples

if (FALSE) {
song <- get_song(song_id = 3039923)

tidy_song_producers(song)
}