do_read_bib {bibtex}R Documentation

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

Deprecated

Details

The parser is greatly inspired from the ‘⁠bibparse⁠’ library.

See Also

bibentry


[Package bibtex version 0.5.1 Index]