read.bibtex {knitcitations}R Documentation

read.bibtex

Description

read.bibtex

Usage

read.bibtex(file, .Encoding = "UTF-8", check = FALSE)

Arguments

file

string; bib file to parse.

.Encoding

encoding

check

error, warn, or logical FALSE. What action should be taken if an entry is missing required fields? FALSE means no checking is done, warn means entry is added with an error. error means the entry will not be added. See BibOptions.

Value

Returns the bib object


[Package knitcitations version 1.0.12 Index]