search_bibentries: Search for pattern in a list of bibtex objects

Description Usage Arguments Value

Description

Search for pattern in a list of bibtex objects

Usage

1
2
search_bibentries(bib, pattern, fuzzy = TRUE, ignore.case = TRUE,
  regexp = TRUE, ...)

Arguments

bib

List of bibtex objects

pattern

to search for

fuzzy

Whether to use fuzzy matching (agrep) (default: true)

ignore.case

Whether to ignore case (default: true)

regexp

Whether pattern is a regular expression (default: true)

...

Further parameters passed to agrep or grep

Value

List of bibtex objects matching the pattern


edonnachie/bibr documentation built on May 16, 2019, 3:11 p.m.