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