Learn R Programming

geniusr (version 1.2.1)

tidy_album_performances: Extract album performances from a Genius album

Description

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

Usage

tidy_album_performances(x)

Value

a tibble

Arguments

x

A genius_album object

See Also

See get_album to generate a Genius album object.

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

Examples

Run this code
if (FALSE) {
album <- get_album(album_id = 337082)

tidy_album_performances(album)
}

Run the code above in your browser using DataLab