getUser: Get basic info of an User

Description Usage Arguments Examples

Description

function to get basic info of an user

Usage

1
getUser(user_id, token)

Arguments

user_id

user id

token

An OAuth token created with spotifyOAuth.

Examples

1
2
3
4
5
6
7
8
## Not run: 
## Example
 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)

Jkassof/rspotify documentation built on May 28, 2019, 12:44 p.m.