get_artist_blogs {rechonest}R Documentation

To get blogs about artist

Description

To get blogs about artist

Usage

get_artist_blogs(api_key, name = NA, start = NA, id = NA, results = 15,
  high_relevance = F)

Arguments

api_key

Echo Nest API key

name

artist's name

start

the desired index of the first result returned

id

artist's id

results

maximum size

high_relevance

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

Value

data frame giving blogs about artist

Examples

## Not run: 
data=get_artist_blogs(api_key,name="coldplay",results=35)

## End(Not run)

[Package rechonest version 1.2 Index]