Learn R Programming

knitcitations (version 1.0.6)

read.bibtex: 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.