readBib {rbibutils}R Documentation

Import bibtex files

Description

Import bibtex files.

Usage

readBib(file, encoding)

Arguments

file

name or path to the file, a character string.

encoding

the encoding of file, a character string.

Details

Reads a bibtex file and converts the result to bibentry.

Value

a bibentry object

Note

This function is experimental and should be considered internal.

Author(s)

Georgi N. Boshnakov

See Also

bibConvert


[Package rbibutils version 1.3 Index]