Description Usage Arguments Examples
Retrieve rating of a release by a user
1 2 3 4 5 | get_release_rating_by_user(
release_id,
username,
token = NA
)
|
release_id |
Integer value representing a valid release ID |
username |
String containing a valid username |
token |
(optional) Token object obtained from authorize() or a string containing your personal access token |
1 2 | # Get a rating
rating <- get_release_rating_by_user(1, "username")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.