tidy_song_writers: Extract writer credits from a Genius song

View source: R/songs.R

tidy_song_writersR Documentation

Extract writer credits from a Genius song

Description

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

Usage

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

Examples

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

tidy_song_writers(song)

## End(Not run)


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