similar_artists {rechonest}R Documentation

To search similar artists by using names or IDs

Description

To search similar artists by using names or IDs

Usage

similar_artists(api_key, name = NA, id = NA, seed_catalog = NA,
  hotttnesss = T, start = 0, results = 15, max_familiarity = NA,
  min_familiarity = NA, max_hotttnesss = NA, min_hotttnesss = NA,
  artist_start_year_before = NA, artist_start_year_after = NA,
  artist_end_year_before = NA, artist_end_year_after = NA)

Arguments

api_key

Echo Nest API key

name

artists' name (maximum upto 5 names)

id

Echo Nest IDs (maximum upto 5 IDs)

seed_catalog

seed catalog

hotttnesss

artist's hotttnesss

start

the desired index of the first result returned

results

maximum size

max_familiarity

maximum familiarity

min_familiarity

minimum familiarity

max_hotttnesss

maximum hotttnesss

min_hotttnesss

minimum hotttnesss

artist_start_year_before

Matches artists that have an earliest start year before the given value

artist_start_year_after

Matches artists that have an earliest start year after the given value

artist_end_year_before

Matches artists that have a latest end year before the given value

artist_end_year_after

Matches artists that have a latest end year after the given value

Value

data frame giving similar artists' data

Examples

## Not run: 
data=similar_artists(api_key,name=c("coldplay","adele","maroon 5"),results=35 )

## End(Not run)

[Package rechonest version 1.2 Index]