Description Usage Arguments Details Examples
Create a new folder in your collection
1 2 3 4 5 | create_collection_folder(
username,
token,
name = ""
)
|
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 |
Authentication as the collection owner is required.
1 2 | token <- authorize("key", "secret")
create_collection_folder("username", token, "my_folder")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.