load_betterbiblatex_bib: Load bibliography from Zotero
Description
Load bibliography from Zotero
Usage
load_betterbiblatex_bib(encoding, betterbiblatex_format = "bibtex",
exclude_betterbiblatex_library = NULL, increment_progress = FALSE)
Arguments
encoding
Character. Encoding of the Bib(La)TeX-file.
betterbiblatex_format
Character. Bibliography format to export from Zotero/Juris-M. Can be either "bibtex"
or "biblatex"
. Ignored if use_betterbiblatex = FALSE
.
Requires that the Better BibTeX is installed and
Zotero/Juris-M is running.
exclude_betterbiblatex_library
Character. A vector of Zotero/Juris-M library names not to query.
increment_progress
logical switch which will use the shiny function incProgress
when TRUE
.
FALSE
by default.
Examples
Run this code# NOT RUN {
b <- load_betterbiblatex_bib(encoding = "UTF-8")
# }
Run the code above in your browser using DataLab