Skip to contents

Convert genius_album object to a data frame

Usage

album_to_df(x)

Arguments

x

a genius_album object

Value

a tibble

Examples

if (FALSE) {
album <- get_album(album_id = 337082)
album_to_df(album)
}