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