load_betterbiblatex_bib: Load bibliography from Zotero

Description Usage Arguments Examples

View source: R/query_bib.R

Description

Load bibliography from Zotero

Usage

1
2
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

1
2
3
4
## Not run: 
b <- load_betterbiblatex_bib(encoding = "UTF-8")

## End(Not run)

awconway/citippy documentation built on Feb. 23, 2020, 7:41 p.m.