powered by
Search Jamendo database for a user. You can search for either a user ID or a user name.
getUserProfile( user_id = NULL, user_name = NULL, client_id = Sys.getenv("JAMENDO_CLIENT_ID") )
User ID to seach for
User name to seach for
Defaults to System Environment variable "JAMENDO_CLIENT_ID"
Returns a data frame which contains information about a user. See https://developer.jamendo.com/v3.0/users for more information.
# NOT RUN { ## Example userName <- getUserProfile(user_name = "claudod") userID <- getUserProfile(user_id = "972174") # }
Run the code above in your browser using DataLab