get_related_artists {DSpoty} | R Documentation |
Get Related Artists
Description
This function returns the most similar artists of the selected artist.
Usage
get_related_artists(artist_uri,
access_token = DSpoty::get_spotify_access_token())
Arguments
artist_uri |
Artist ID. |
access_token |
Spotify Web API token. Defaults to DSpoty::get_spotify_access_token() |
Value
Returns a data frame with the related artist information.
Author(s)
Alberto Almui?a
Examples
## Not run:
get_related_artists('7Ln80lUS6He07XvHI8qqHH')
## End(Not run)
[Package DSpoty version 0.1.0 Index]