standard_static_playlist: To return standard static playlist

Description Usage Arguments Value Examples

Description

To return standard static playlist

Usage

1
2
3
4
5
standard_static_playlist(api_key, type = NA, artist_id = NA, artist = NA,
  song_id = NA, genre = NA, track_id = NA, results = 15, partner = NA,
  tracks = F, limited_interactivity = NA, song_selection = NA,
  variety = NA, distribution = NA, adventurousness = NA,
  seed_catalog = NA, sort = NA, song_type = NA)

Arguments

api_key

Echo Nest API key

type

the type of the playlist to be generated

artist_id

artist id

artist

artist name

song_id

song ID

genre

genre name

track_id

track ID

results

the number of results desired

partner

partner catalog

tracks

tracks info

limited_interactivity

interactivity limitation

song_selection

to determine how songs are selected from each artist in artist-type playlists

variety

the maximum variety of artists to be represented in the playlist

distribution

controls the distribution of artists in the playlist

adventurousness

controls the trade between known music and unknown music

seed_catalog

ID of seed catalog for the playlist

sort

sorting parameter

song_type

controls the type of songs returned

Value

data frame giving standard static playlist

Examples

1
2
3
4
## Not run: 
data= standard_static_playlist(api_key,type="artist-radio",artist=c("coldplay","adele"))

## End(Not run)

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