getUser {Rspotify} | R Documentation |
function to get User's basic information
getUser(user_id, token)
user_id |
user id |
token |
An OAuth token created with |
## Not run:
my_oauth <- spotifyOAuth(app_id="xxxx",client_id="yyyy",client_secret="zzzz")
save(my_oauth, file="my_oauth")
load("my_oauth")
tiago <- getUser(user_id="t.mendesdantas",token=my_oauth)
## End(Not run)