powered by
Download and save all items in a public Zotero group
zotero_download_and_export_items( group, file, format = "bibtex", showKeys = TRUE )
The bibliography as a character vector
The group ID
The filename to write to
The format to export
Whether to show the keys
if (FALSE) { tmpFile <- tempfile(fileext=".bib"); zotero_download_and_export_items( 2425237, tmpFile ); writtenBibliography <- readLines(tmpFile); writtenBibliography[1:7]; }
Run the code above in your browser using DataLab