Description Usage Arguments Value
View source: R/read_bibliography.R
This function loads and parses a bibliography from the given bibtex file and turns it into a data frame. The goal is to allow for easy look-up and processing of BibTeX data along with an R package.
1 | read.bibliography(bib.file)
|
bib.file |
the file |
a data.frame
with five columns, namely ref.id
: the
BibTeX entry's ID, ref.type
: the BibTeX entry's entry type,
ref.year
: the year of the entry, ref.as.bibtex
: the raw
bibtex code, and ref.as.text
a formatted representation of the
BibTeX that can be copy-pasted into package documentations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.