Learn R Programming

TAF (version 4.2.0)

read.bib: Read Metadata Entries

Description

Read metadata entries written in BibTeX format.

Usage

read.bib(file)

Value

List of metadata entries.

Arguments

file

*.bib file to parse.

See Also

taf.boot reads and processes metadata entries.

taf.sources reads metadata entries and adds a type field.

TAF-package gives an overview of the package.

Examples

Run this code
if (FALSE) {
bib <- read.bib("DATA.bib")
str(bib)
}

Run the code above in your browser using DataLab