Description Usage Arguments Details Examples
Retrieve metadata about a folder in a user’s collection.
1 2 3 4 5 | get_collection_folder(
username,
folder_id,
token = NA
)
|
username |
String containing a valid username |
folder_id |
Valid identifier for a folder |
token |
(optional) Token object obtained from authorize() or a string containing your personal access token |
If folder_id is not 0, authentication as the collection owner is required.
1 2 | token <- authorize("key", "secret")
folder <- get_collection_folder("username", 0, token)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.