Learn R Programming

geniusr (version 1.2.1)

tidy_song_relationships: Extract song relationships from a Genius song

Description

Extract "song relationships" info from a Genius song object, as a tidy tibble.

Usage

tidy_song_relationships(x)

Value

a tibble

Arguments

x

A genius_song object

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_writers()

Examples

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

tidy_song_relationships(song)
}

Run the code above in your browser using DataLab