get_artist_videos {rechonest} | R Documentation |
To get a list of video documents found on the web related to an artist
Description
To get a list of video documents found on the web related to an artist
Usage
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
## Not run:
data=get_artist_videos(api_key,name="coldplay")
## End(Not run)
[Package rechonest version 1.2 Index]