zotero_get_all_items {ufs} | R Documentation |
Get all items in a public Zotero group
Description
Get all items in a public Zotero group
Usage
zotero_get_all_items(group, format = "bibtex")
Arguments
group |
The group ID |
format |
The format to export |
Value
A character vector
Examples
zotero_get_all_items(2425237);
[Package ufs version 0.5.12 Index]