Description Usage Arguments Examples
Search for a specific Track
function to get basic info about a searched track
1 | searchTrack(track, token)
|
track |
Name of the track |
token |
An OAuth token created with |
1 2 3 4 5 6 7 8 | ## 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)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.