get_artist_news: To get news about artist

Description Usage Arguments Value Examples

Description

To get news about artist

Usage

1
2
get_artist_news(api_key, name = NA, id = NA, start = NA, results = 15,
  high_relevance = F)

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

high_relevance

if true only items that are highly relevant for this artist will be returned

Value

data frame giving news about artist

Examples

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

## End(Not run)

mukul13/rechonest documentation built on May 23, 2019, 8:22 a.m.