zot_read_item | R Documentation |
Read details of a Zotero item
zot_read_item(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_read_item()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.