search_library: Search library (i.e. combination of search_bibtex and...

Description Usage Arguments Value

Description

Search library (i.e. combination of search_bibtex and search_files)

Usage

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

Arguments

pattern

Pattern to search for

bib

List of bibtex objects

files

data.frame with file metadata

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

rows of data frame matching pattern


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