Description Usage Arguments Value Examples
Search Jamendo database for a user. You can search for either a user ID or a user name.
1 2 3 4 5 | getUserProfile(
user_id = NULL,
user_name = NULL,
client_id = Sys.getenv("JAMENDO_CLIENT_ID")
)
|
user_id |
User ID to seach for |
user_name |
User name to seach for |
client_id |
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.
1 2 3 | ## Example
userName <- getUserProfile(user_name = "claudod")
userID <- getUserProfile(user_id = "972174")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.