Description Usage Arguments Examples
Get your recent exports
1 2 3 4 | get_recent_exports(
token,
options = list()
)
|
token |
Token object obtained from authorize() or a string containing your personal access token |
options |
(optional) List of named parameters, see Details |
1 2 | token <- authorize("key", "secret")
exports <- get_recent_exports(token)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.