View source: R/zotero_references.R
zotero_references | R Documentation |
Given a vector of identifiers, extract data for use in Zotero
zotero_references(identifiers)
identifiers |
a character vector of identifiers |
See https://github.com/giocomai/zoteroR for working with Zotero from R
a list with results
parse_names
## Not run:
if(interactive()){
ids <- c("10.1038/nrn3241", "CorpusID:37220927")
zotero_references(ids)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.