Description Usage Arguments Value See Also Examples
write a bibtex file
1 |
entry |
a 'bibentry' object or list of bibentry objects. If NULL, writes all that have currently been cited. |
file |
output bibtex file. Will automatically append '.bib' if not added. if 'NULL' will use stdout. |
append |
a logical indicating that bibtex entries be added the the file. If FALSE (default), the file is overwritten. |
... |
additional arguments to WriteBib |
a list of citation information, invisibly
read.bib citep citet
1 2 3 4 5 6 | tmp <- tempfile(fileext=".bib")
write.bibtex(c(citation("knitr"),
citation("knitcitations"),
citation("httr")),
file = tmp)
bib <- read.bibtex(tmp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.