song_to_df: Convert genius_song object to a data frame

View source: R/songs.R

song_to_dfR Documentation

Convert genius_song object to a data frame

Description

Convert genius_song object to a data frame

Usage

song_to_df(x)

Arguments

x

a genius_song object

Value

a tibble

Examples

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

## End(Not run)


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