citr (version 0.3.0)

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

Charcter. Bibliography format to export from Zotero/Juris-M. Can be either "bibtex" or "biblatex". Ignored if use_betterbiblatex = FALSE. Requires that the Better Bib(La)TeX 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 DataCamp Workspace