get_collection_value: Get the value of the user's collection

Description Usage Arguments Details Examples

View source: R/Collection.R

Description

Get the value of the user's collection

Usage

1
2
3
4
get_collection_value(
 username,
 token
)

Arguments

username

String containing a valid username

token

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

Details

Returns the minimum, median, and maximum value of a user’s collection.

Authentication as the collection owner is required.

Examples

1
2
token <- authorize("key", "secret")
value <- get_collection_value("username", token)

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