Skip to contents

Extract "custom performances" (i.e. other song credits) info from a Genius song object, as a tidy tibble.

Usage

tidy_song_performances(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_producers(), tidy_song_relationships(), tidy_song_writers()

Examples

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

tidy_song_performances(song)
}