zot_create_items | R Documentation |
Create new Zotero items from a data frame
zot_create_items(item_df, collection = NULL, user = NULL, credentials = NULL)
item_df |
A data frame representing new items. Column names must correspond to [zot_get_item_template()] for the given item type. |
user |
Zotero userId |
credentials |
Either an R object created with [zot_auth()], or an API secret key with write access created at https://www.zotero.org/settings/keys) |
Nothing, used for its side effects (creates new items on Zotero)
## Not run:
item <- zot_create_items(item_df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.