| bib2bibentry | R Documentation |
Conversion method for lib_df objects into bibentry.
bib2bibentry(x, ...)
## S3 method for class 'lib_df'
bib2bibentry(x, ...)
x |
A |
... |
Further arguments passed among methods (not yet in use). |
An bibentry object.
## Read installed electronic library
Bib <- read_bib(x = file.path(path.package("biblio"),
"LuebertPliscoff.bib"))
## Convert the first five entries
bib2bibentry(Bib[1:5, ])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.