Description Usage Arguments Value Examples
Get information about your user profile
1 | getMyUserProfile(token, client_id = Sys.getenv("JAMENDO_CLIENT_ID"))
|
token |
Your OAuth access token |
client_id |
Defaults to System Environment variable "JAMENDO_CLIENT_ID" |
Returns a data frame which contains information about your user profile. See https://developer.jamendo.com/v3.0/users for more information.
1 2 3 4 5 6 | ##Example
app_name = ""
if(app_name != "") {
token <- jamendoOAuth(app_name=app_name)
user <- getUserProfile(token)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.