powered by
Return meta data for all appearances (features optional) of an artist on Genius.
get_artist_songs(artist_id, include_features = FALSE, access_token = genius_token())
An artist ID (artist_id returned in search_artist)
artist_id
search_artist
Whether to return results where artist isn't the primary artist (logical, defaults to FALSE)
Genius' client access token, defaults to genius_token
genius_token
# NOT RUN { get_artist_songs(artist_id = 1421) # }
Run the code above in your browser using DataLab