artist_to_df: Convert genius_artist object to a data frame

View source: R/artists.R

artist_to_dfR Documentation

Convert genius_artist object to a data frame

Description

Convert genius_artist object to a data frame

Usage

artist_to_df(x)

Arguments

x

a genius_artist object

Value

a tibble

Examples

## Not run: 
artist <- get_artist(artist_id = 16775)
artist_to_df(artist)

## End(Not run)


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