artist_to_df {geniusr} | R 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 |
Value
a tibble
Examples
## Not run:
artist <- get_artist(artist_id = 16775)
artist_to_df(artist)
## End(Not run)
[Package geniusr version 1.2.1 Index]