download_export: Download an export

Description Usage Arguments Examples

View source: R/Inventory.R

Description

Download an export

Usage

1
2
3
4
download_export(
 export_id,
 token
)

Arguments

export_id

Id of the export

token

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

Examples

1
2
token <- authorize("key", "secret")
csv <- download_export(1, token)

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