Learn R Programming

geniusr (version 1.2.1)

song_to_df: Convert genius_song object to a data frame

Description

Convert genius_song object to a data frame

Usage

song_to_df(x)

Value

a tibble

Arguments

x

a genius_song object

Examples

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

Run the code above in your browser using DataLab