get_artist_df {geniusr} | R Documentation |
Retrieve metadata for an artist
Description
The Genius API lets you search for meta data for an artist, given an
artist ID. get_artist_df
returns this data in a tidy, but
reduced, format.
Usage
get_artist_df(artist_id, access_token = genius_token())
Arguments
artist_id |
ID of the artist ( |
access_token |
Genius' client access token, defaults to |
Value
a tibble
See Also
See get_artist
to return data in full as a list.
Other artist:
get_artist_songs_df()
,
get_artist_songs()
,
get_artist()
Examples
## Not run:
get_artist_df(artist_id = 16751)
## End(Not run)
[Package geniusr version 1.2.1 Index]