zot_add_to_collection | R Documentation |
Add item to a collection
zot_add_to_collection(id, collection_id, user = NULL, credentials = NULL)
id |
Id code of a zotero item |
user |
Zotero userId |
credentials |
Either an R object created with AuthZot(store = TRUE), or an API secret key with write access created at https://www.zotero.org/settings/keys |
A list including all available details on a given item.
## Not run:
item <- zot_add_to_collection(id = "<itemId>", collection_id = "<collection_id>")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.