tidy_album_performances: Extract album performances from a Genius album

View source: R/albums.R

tidy_album_performancesR Documentation

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)

Arguments

x

A genius_album object

Value

a tibble

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

## Not run: 
album <- get_album(album_id = 337082)

tidy_album_performances(album)

## End(Not run)


geniusr documentation built on Sept. 4, 2022, 1:07 a.m.