get_community_release_rating: Get the rating statistics by the community

Description Usage Arguments Examples

View source: R/Database.R

Description

Get the rating statistics by the community

Usage

1
2
3
4
get_community_release_rating(
 release_id,
 token = NA
)

Arguments

release_id

Integer value representing a valid release ID

token

(optional) Token object obtained from authorize() or a string containing your personal access token

Examples

1
2
# Retrieve the community rating
rating <- get_community_release_rating(1)

Pascallio/discogsAPI documentation built on Dec. 31, 2020, 3:27 p.m.