Reading BibTeX databases and importing into R as a data frame. All the fields
will be inserted as character values.
Usage
read_bib(x, ...)
Value
An object of class lib_df.
Arguments
x
A single character value with the path to a BibTeX file.
Alternativelly it can be a character vector containing the lines of a
BibTeX library, for instance after using readLines().