create_collection_folder: Create a new folder in your collection

Description Usage Arguments Details Examples

View source: R/Collection.R

Description

Create a new folder in your collection

Usage

1
2
3
4
5
create_collection_folder(
 username,
 token,
 name = ""
)

Arguments

username

String containing a valid username

token

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

name

(optional) Name for the folder

Details

Authentication as the collection owner is required.

Examples

1
2
token <- authorize("key", "secret")
create_collection_folder("username", token, "my_folder")

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