zot_read_children | R Documentation |
Read details of all children of a Zotero item
zot_read_children(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 data.frame including details on all children of a given parent item.
## Not run:
item <- zot_read_children(id = "<ID>")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.