Extract the reference DOIs from a bibliography
Usage
zotero_get_reference_dois(
bibliography,
removeDuplicates = TRUE,
sort = TRUE,
nonDOIEntryValue = NULL
)
Arguments
- bibliography
A bibliography as returned by get_all_items().
- removeDuplicates
Whether to remove duplicate DOIs.
- sort
Whether to sort the results alphabetically.
- nonDOIEntryValue
Value to use for elements that without a DOI specified
(set to NULL to remove them).
Value
A character vector with the DOIs.
Examples
### Add example here
TRUE
#> [1] TRUE