bibtex (version 0.4.2)

do_read_bib: convenience wrapper around .External call

Description

This is a convenience function for packages that do need to call the internal functionality of read.bib but does different processing. This is a simple wrapper around the .External code used by read.bib

Usage

do_read_bib(file, encoding = "unknown", srcfile)

Arguments

file

file name

encoding

encoding

srcfile

output of srcfile

Details

The parser is greatly inspired from the bibparse library.

See Also

bibentry