| collections | R Documentation |
Fetch all collections of a Zotero user or group library with their keys and keys of parent collections (if any).
collections(...)
... |
Further arguments passed on to |
A tibble with columns:
key: Collection key.
name: Collection name.
parent_key: Key of the parent collection (NA if no parent collection exists).
Note that the tibble is of length 0 if the Zotero library's content
hasn't changed since the version number specified in modified_since.
Otherwise it has a version attribute set to the Zotero library version number returned
by the API.
See section Caching in zotero_api() for further details.
collections(user = zotero_group_id(id = 197065))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.