get_artist_songs: To get artist's songs

Description Usage Arguments Value Examples

View source: R/get_artist_songs.R

Description

To get artist's songs

Usage

1
get_artist_songs(api_key, name = NA, id = NA, start = NA, results = 15)

Arguments

api_key

Echo Nest API key

name

artist's name

id

artist's id

start

the desired index of the first result returned

results

maximum size

Value

data frame giving artist's songs

Examples

1
2
3
4
## Not run: 
data=get_artist_songs(api_key,name="coldplay")

## End(Not run)

rechonest documentation built on May 2, 2019, 6:40 a.m.