powered by
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.
get_artist_df
get_artist_df(artist_id, access_token = genius_token())
a tibble
ID of the artist (artist_id within an object returned by search_artist)
artist_id
search_artist
Genius' client access token, defaults to genius_token
genius_token
See get_artist to return data in full as a list.
get_artist
Other artist: get_artist_songs_df(), get_artist_songs(), get_artist()
get_artist_songs_df()
get_artist_songs()
get_artist()
if (FALSE) { get_artist_df(artist_id = 16751) }
Run the code above in your browser using DataLab