Description Usage Arguments Examples
Download an export
1 2 3 4 | download_export(
export_id,
token
)
|
export_id |
Id of the export |
token |
Token object obtained from authorize() or a string containing your personal access token |
1 2 | token <- authorize("key", "secret")
csv <- download_export(1, token)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.