bbt_guess_translator: Guess the BetterBibTeX translator format from the file...

View source: R/write-bib.R

bbt_guess_translatorR Documentation

Guess the BetterBibTeX translator format from the file extension

Description

Guess the BetterBibTeX translator format from the file extension

Usage

bbt_guess_translator(path, .bib = getOption("rbbt.default.bib", "biblatex"))

bbt_guess_format(path)

Arguments

path

The output path for the bibliography file. Must end with .json, .bib, or .yaml.

.bib

Should .bib files be returned in "biblatex" (default) or "bibtex" format?

Value

Character vector of length 1 with the guessed translator format.

Note

The default format for .bib files can be changed. For example: getOption("rbbt.default.bib", "biblatex")

Examples

bbt_guess_translator("bibliography.json")
bbt_guess_translator("bibliography.bib")


paleolimbot/rbbt documentation built on Nov. 16, 2024, 5:25 p.m.