| read.bib | R Documentation |
Read metadata entries written in BibTeX format.
read.bib(file)
file |
‘*.bib’ file to parse. |
List of metadata entries.
This function was created when the bibtex package was temporarily removed from CRAN. The current implementation reduces the TAF package dependencies to base R and nothing else.
This parser is similar to the read.bib function in the bibtex
package, except:
It returns a plain list instead of class bibentry.
The fields bibtype and key are stored as list elements
instead of attributes.
See the TAF Wiki page on bib entries.
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.
## Not run:
bib <- read.bib("DATA.bib")
str(bib)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.