bbt_update_bib | R Documentation |
This function takes an RMarkdown file location and a bibliography file as inputs and updates the bibliography file.
bbt_update_bib(
path_rmd,
path_bib = bbt_guess_bib_file(path_rmd),
ignore = character(0),
translator = bbt_guess_translator(path_bib),
library_id = getOption("rbbt.default.library_id", 1),
overwrite = TRUE,
filter = identity,
quiet = FALSE
)
bbt_guess_bib_file(path_rmd, encoding = "UTF-8")
path_rmd |
The path to the RMarkdown file. |
path_bib |
The path to the bibliography file. |
ignore |
A character vector of keys to disregard (useful if
|
translator |
Type of bibliography file to create. Options are |
library_id |
You may have to pass a specific library ID
if your options are not set to use globally unique keys.
Set the rbbt.default.library_id to ensure this value is
used by the addin. You can use |
overwrite |
Use |
filter |
Pass a function that can be used to modify the output
of |
quiet |
Use |
encoding |
Passed to |
path_bib
, invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.