ufs (version 0.5.12)

zotero_construct_export_call: 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
)

Value

The URL in a character vector.

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

Examples

Run this code
zotero_construct_export_call(2425237);

Run the code above in your browser using DataLab