getRelatedArtists: Get Related Artists

Description Usage Arguments Author(s) Examples

View source: R/SpotifyAPI.R

Description

Creates a data frame containing details of the related artists taken from the output from getArtists

Usage

1
getRelatedArtists(getArtistsOutput)

Arguments

GetArtistsOutput

A data.frame object produced from the getArtists function

Author(s)

James Thomson

Examples

1
2
artist<-getArtists(c("David Bowie", "Bob Dylan"))
related_artist<-getRelatedArtists(artist)

jamesthomson/SpotifyAPI documentation built on May 18, 2019, 11:21 a.m.