Rspotify (version 0.1.2)

searchTrack: Search for a specific Track

function to get basic info about a searched track

Description

Search for a specific Track

function to get basic info about a searched track

Usage

searchTrack(track, token)

Arguments

track

Name of the track

token

An OAuth token created with spotifyOAuth.

Examples

Run this code
# NOT RUN {
my_oauth <- spotifyOAuth(app_id="xxxx",client_id="yyyy",client_secret="zzzz")
save(my_oauth, file="my_oauth")
load("my_oauth")
track <- searchTrack("generator",token=my_oauth)
# }

Run the code above in your browser using DataLab