bbt_guess_translator | R Documentation |
Guess the BetterBibTeX translator format from the file extension
bbt_guess_translator(path, .bib = getOption("rbbt.default.bib", "biblatex"))
bbt_guess_format(path)
path |
The output path for the bibliography file. Must end with |
.bib |
Should |
Character vector of length 1 with the guessed translator format.
The default format for .bib
files can be changed. For example:
getOption("rbbt.default.bib", "biblatex")
bbt_guess_translator("bibliography.json")
bbt_guess_translator("bibliography.bib")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.