Construct the URL for a Zotero export call
zotero_construct_export_call.RdThis 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
)