write_bib | R Documentation |
BibTeX databases can be created from data frames, interacting with Postgres databases.
write_bib(x, ...)
## S3 method for class 'lib_df'
write_bib(x, filename, encoding = "UTF-8", ...)
x |
A data frame with bibliographic entries. |
... |
Further arguments passed to |
filename |
A character value with the path and the name of the file to be written. |
encoding |
Character value with the encoding (passed to |
A bibtex file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.