read_bibtex | R Documentation |
BibTeX
file to a data frame.read_bibtex_aux
reads .aux
files created by BibTeX
and
BibLaTeX
.
read_bibtex(file, skip = 0, article = NA)
read_bibtex_aux(file)
file |
File name of a |
skip |
How many lines to skip before starting reading? This is useful
if |
article |
A vector of |
Tibble.
Character vector.
Stuart K. Grange
# A file from the web
url <- "http://www.andy-roberts.net/res/writing/latex/sample.bib"
data_bib <- read_bibtex(url)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.