zotero_construct_export_call {ufs} | R Documentation |
Construct the URL for a Zotero export call
Description
This function is just a convenience function to create a simple URL to download references from a public Zotero group. See https://www.zotero.org/support/dev/web_api/v3/start for details.
Usage
zotero_construct_export_call(
group,
sort = "dateAdded",
direction = "asc",
format = "bibtex",
start = 0,
limit = 100
)
Arguments
group |
The group ID |
sort |
On which field to sort |
direction |
The direction to sort in |
format |
The format to export |
start |
The index of the first record to return |
limit |
The number of records to return |
Value
The URL in a character vector.
Examples
zotero_construct_export_call(2425237);
[Package ufs version 0.5.12 Index]