Description Usage Arguments Value Examples
View source: R/spotify_InfoAPI.R
Get an Artists Related Artists
1 2 3 4 5 | getRelatedArtists(
artistId,
dataframe = TRUE,
authentication_token = getAuthenticationToken()
)
|
artistId |
The Spotify ID of an artist. |
dataframe |
Boolean. TRUE returns data in a cleaned dataframe, FALSE returns raw JSON object. |
authentication_token |
Predefined argument which runs getAuthenticationToken() |
Ten artists related to the speccified artist.
1 | getRelatedArtists(artistId = "1Qp56T7n950O3EGMsSl81D", dataframe = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.