
Update Bibliography from Remote Source
Source:R/bibliography-support.R
boilerplate_update_bibliography.Rd
Downloads and caches a bibliography file from a remote URL specified in the database.
Usage
boilerplate_update_bibliography(
db,
cache_dir = "~/.boilerplate/cache",
force = FALSE,
quiet = FALSE
)
Examples
if (FALSE) { # \dontrun{
db <- boilerplate_import()
bib_file <- boilerplate_update_bibliography(db)
} # }