album_to_df: Convert genius_album object to a data frame

View source: R/albums.R

album_to_dfR Documentation

Convert genius_album object to a data frame

Description

Convert genius_album object to a data frame

Usage

album_to_df(x)

Arguments

x

a genius_album object

Value

a tibble

Examples

## Not run: 
album <- get_album(album_id = 337082)
album_to_df(album)

## End(Not run)


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