Given a vector of identifiers, extract data for use in Zotero

zotero_references(identifiers)

Arguments

identifiers

a character vector of identifiers

Value

a list with results

Details

See https://github.com/giocomai/zoteroR for working with Zotero from R

See also

Examples

if (FALSE) { if(interactive()){ ids <- c("10.1038/nrn3241", "CorpusID:37220927") zotero_references(ids) } }