Skip to contents

Convert genius_artist object to a data frame

Usage

artist_to_df(x)

Arguments

x

a genius_artist object

Value

a tibble

Examples

if (FALSE) {
artist <- get_artist(artist_id = 16775)
artist_to_df(artist)
}