Given a vector of identifiers, extract data for use in Zotero
zotero_references(identifiers)
identifiers | a character vector of identifiers |
---|
a list with results
See https://github.com/giocomai/zoteroR for working with Zotero from R
if (FALSE) { if(interactive()){ ids <- c("10.1038/nrn3241", "CorpusID:37220927") zotero_references(ids) } }