powered by
Search by one or more tags (genre, instrument, theme and nc tags).
getTracksTags(tags, limit = 10, client_id = Sys.getenv("JAMENDO_CLIENT_ID"))
Tags to seach for (genre, instrument, theme and nc tags)
Integer to set the number of displayed search results. Maximum value is 200.
Defaults to System Environment variable "JAMENDO_CLIENT_ID"
Returns a data frame which contains information about a track. See https://developer.jamendo.com/v3.0/tracks for more information.
# NOT RUN { ##Examples tags <- c("chill","ambient") tracks <- getTracksTags(tags,limit=3) # }
Run the code above in your browser using DataLab