Skip to contents

Extract the reference identifiers from a bibliography

Usage

zotero_get_reference_identifiers(
  bibliography,
  removeDuplicates = TRUE,
  sort = TRUE,
  nonBibtexEntryValue = NULL
)

Arguments

bibliography

A bibliography as returned by get_all_items().

removeDuplicates

Whether to remove duplicate identifiers.

sort

Whether to sort the results alphabetically.

nonBibtexEntryValue

Value to use for elements that were not Bibtex entries (set to NULL to remove them).

Value

A character vector with the identifiers.

Examples

### Add example here
TRUE
#> [1] TRUE