The Genius API lets you search for meta data for an artist, given an
artist ID. get_artist_meta returns this data in a tidy, but
reduced, format.
get_artist_meta(artist_id, access_token = genius_token())
| artist_id | ID of the artist ( |
|---|---|
| access_token | Genius' client access token, defaults to |
a tibble
[get_artist()] to return data in full as a list.
if (FALSE) { get_artist_meta(artist_id = 16751) }