get_list: Returns items from a specified List.

Description Usage Arguments Details Examples

View source: R/Userlist.R

Description

Returns items from a specified List.

Usage

1
2
3
4
get_list(
 list_id,
 token = NA
)

Arguments

list_id

Integer identifier for a user list

token

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

Details

Private Lists will only display when authenticated as the owner.

Examples

1
specific_list <- get_list(1)

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