getArtists: Get Artists

Description Usage Arguments Author(s) Examples

View source: R/SpotifyAPI.R

Description

Creates a data frame containing details of the top result for the searched for artists

Usage

1
getArtists(artists)

Arguments

artists

A value or vector of artists to search for

Author(s)

James Thomson

Examples

1
2
result<-getArtists("David Bowie")
results<-getArtists(c("David Bowie", "Bob Dylan"))

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