read_bib: Read a .bib file

Description Usage Arguments Examples

View source: R/reduce-bib.R

Description

Thin wrapper around RefManageR::ReadBib() that suppresses warnings and messages.

Usage

1
read_bib(file, quiet = TRUE, ...)

Arguments

file

Path to the .bib file.

quiet

Show RefManageR::ReadBib() output/warnings?

...

Arguments passed to RefManageR::ReadBib()

Examples

1
2
3
4
## Not run: 
  master <- read_bib("master.bib")

## End(Not run)

andybega/condensebib documentation built on Oct. 29, 2021, 7:51 a.m.