View source: R/zotero_download_and_export_items.R
zotero_download_and_export_items | R Documentation |
Download and save all items in a public Zotero group
zotero_download_and_export_items(
group,
file,
format = "bibtex",
showKeys = TRUE
)
group |
The group ID |
file |
The filename to write to |
format |
The format to export |
showKeys |
Whether to show the keys |
The bibliography as a character vector
## Not run:
tmpFile <- tempfile(fileext=".bib");
zotero_download_and_export_items(
2425237,
tmpFile
);
writtenBibliography <- readLines(tmpFile);
writtenBibliography[1:7];
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.