tidy_song_producers {geniusr}R Documentation

Extract producer credits from a Genius song

Description

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

See get_song to generate a Genius song object.

Other song: get_song_df(), get_song(), tidy_album_performances(), tidy_song_performances(), tidy_song_relationships(), tidy_song_writers()

Examples

## Not run: 
song <- get_song(song_id = 3039923)

tidy_song_producers(song)

## End(Not run)


[Package geniusr version 1.2.1 Index]