album_to_df {geniusr}R 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)


[Package geniusr version 1.2.1 Index]