read_bib | R Documentation |
Reading BibTeX databases and importing into R as a data frame. All the fields will be inserted as character values.
read_bib(x, ...)
x |
A single character value with the path to a BibTeX file.
Alternativelly it can be a character vector containing the lines of a
BibTeX library, for instance after using |
... |
Further arguments passed to |
An object of class lib_df.
Refs <- read_bib(x = file.path(
path.package("biblio"),
"LuebertPliscoff.bib"
))
Refs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.