get_artist_videos: To get a list of video documents found on the web related to...

Description Usage Arguments Value Examples

Description

To get a list of video documents found on the web related to an artist

Usage

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

Arguments

api_key

Echo Nest API key

name

artist name

id

Echo Nest ID

start

the desired index of the first result returned

results

the number of results desired

Value

data frame giving artist's videos

Examples

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

## End(Not run)

mukul13/REchoNest documentation built on May 23, 2019, 8:21 a.m.