getRelatedArtists: Get an Artists Related Artists

Description Usage Arguments Value Examples

View source: R/spotify_InfoAPI.R

Description

Get an Artists Related Artists

Usage

1
2
3
4
5
getRelatedArtists(
  artistId,
  dataframe = TRUE,
  authentication_token = getAuthenticationToken()
)

Arguments

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()

Value

Ten artists related to the speccified artist.

Examples

1
getRelatedArtists(artistId = "1Qp56T7n950O3EGMsSl81D", dataframe = TRUE)

lukavuko/wrappify documentation built on Dec. 28, 2021, 4:07 p.m.